Class WorkItemRevisionsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.workitemtracking.revisions.WorkItemRevisionsRequestBuilder.GetQueryParameters
Enclosing class:
WorkItemRevisionsRequestBuilder

public static class WorkItemRevisionsRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • top

      public Integer top
      Get the top x work items.
    • expand

      public WorkItemExpand expand
      Expands the specific field in the work item.
    • skip

      public Integer skip
      Work item to skip
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()