Class WorkItemsRequestBuilder.CreateQueryParameters
java.lang.Object
org.azd.workitemtracking.workitems.WorkItemsRequestBuilder.CreateQueryParameters
- Enclosing class:
WorkItemsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionDo not enforce the work item type rules on this updateThe expand parameters for work item attributes.Do not fire any notifications for this changeIndicate if you only want to validate the changes without saving the work item -
Constructor Summary
-
Method Summary
-
Field Details
-
expand
The expand parameters for work item attributes. Possible options are { None, Relations, Fields, Links, All }. -
bypassRules
Do not enforce the work item type rules on this update -
suppressNotifications
Do not fire any notifications for this change -
validateOnly
Indicate if you only want to validate the changes without saving the work item
-
-
Constructor Details
-
CreateQueryParameters
public CreateQueryParameters()
-