Class CommentsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.workitemtracking.comments.CommentsRequestBuilder.ListQueryParameters
- Enclosing class:
CommentsRequestBuilder
Represents the list query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionUsed to query for the next page of comments.Specifies the additional data retrieval options for work item comments.Specify if the deleted comment should be retrieved.Order in which the comments should be returned.Max number of comments to return. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expand
Specifies the additional data retrieval options for work item comments. -
top
Max number of comments to return. -
continuationToken
Used to query for the next page of comments. -
order
Order in which the comments should be returned. -
includeDeleted
Specify if the deleted comment should be retrieved.
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-