Class CommentsRequestBuilder.ListBatchQueryParameters
java.lang.Object
org.azd.workitemtracking.comments.CommentsRequestBuilder.ListBatchQueryParameters
- Enclosing class:
CommentsRequestBuilder
Represents the list query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the additional data retrieval options for work item comments.Integer[]Comma-separated list of comment ids to return.Specify if the deleted comment should be retrieved. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expand
Specifies the additional data retrieval options for work item comments. -
ids
Comma-separated list of comment ids to return. -
includeDeleted
Specify if the deleted comment should be retrieved.
-
-
Constructor Details
-
ListBatchQueryParameters
public ListBatchQueryParameters()
-