Class CommentsRequestBuilder.ListBatchQueryParameters

java.lang.Object
org.azd.workitemtracking.comments.CommentsRequestBuilder.ListBatchQueryParameters
Enclosing class:
CommentsRequestBuilder

public static class CommentsRequestBuilder.ListBatchQueryParameters extends Object
Represents the list query parameters.
  • Field Details

    • expand

      public CommentExpandOptions expand
      Specifies the additional data retrieval options for work item comments.
    • ids

      public Integer[] ids
      Comma-separated list of comment ids to return.
    • includeDeleted

      public Boolean includeDeleted
      Specify if the deleted comment should be retrieved.
  • Constructor Details

    • ListBatchQueryParameters

      public ListBatchQueryParameters()