Class WorkItemsRequestBuilder.CreateQueryParameters

java.lang.Object
org.azd.workitemtracking.workitems.WorkItemsRequestBuilder.CreateQueryParameters
Enclosing class:
WorkItemsRequestBuilder

public static class WorkItemsRequestBuilder.CreateQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • expand

      public WorkItemExpand expand
      The expand parameters for work item attributes. Possible options are { None, Relations, Fields, Links, All }.
    • bypassRules

      public Boolean bypassRules
      Do not enforce the work item type rules on this update
    • suppressNotifications

      public Boolean suppressNotifications
      Do not fire any notifications for this change
    • validateOnly

      public Boolean validateOnly
      Indicate if you only want to validate the changes without saving the work item
  • Constructor Details

    • CreateQueryParameters

      public CreateQueryParameters()