Class WorkItemsRequestBuilder.ListQueryParameters

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

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

    • ids

      public Integer[] ids
      The comma-separated list of requested work item ids. (Maximum 200 ids allowed).
    • expand

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

      public String asOf
      AsOf UTC date time string
    • errorPolicy

      public WorkItemErrorPolicy errorPolicy
      The flag to control error policy in a bulk get work items request. Possible options are {Fail, Omit}.
    • fields

      public String[] fields
      Comma-separated list of requested fields
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()