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