Class CommentsRequestBuilder.ListQueryParameters

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

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

    • expand

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

      public Integer top
      Max number of comments to return.
    • continuationToken

      public String continuationToken
      Used to query for the next page of comments.
    • order

      public CommentSortOrder order
      Order in which the comments should be returned.
    • includeDeleted

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

    • ListQueryParameters

      public ListQueryParameters()