Class WorkItemsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.workitemtracking.workitems.WorkItemsRequestBuilder.ListQueryParameters
- Enclosing class:
WorkItemsRequestBuilder
Represents the query parameters.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ids
The comma-separated list of requested work item ids. (Maximum 200 ids allowed). -
expand
The expand parameters for work item attributes. Possible options are { None, Relations, Fields, Links, All }. -
asOf
AsOf UTC date time string -
errorPolicy
The flag to control error policy in a bulk get work items request. Possible options are {Fail, Omit}. -
fields
Comma-separated list of requested fields
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-