Class PointsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.test.points.PointsRequestBuilder.GetQueryParameters
Enclosing class:
PointsRequestBuilder

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

    • skip

      public Integer skip
      Number of test points to skip.
    • top

      public Integer top
      Number of test points to return.
    • configurationId

      public String configurationId
      Get test points for specific configuration.
    • includePointDetails

      public Boolean includePointDetails
      Include all properties for the test point.
    • testCaseId

      public String testCaseId
      Get test points for a specific test case, valid when configurationId is not set.
    • testPointIds

      public String testPointIds
      Get test points for comma-separated list of test point IDs, valid only when configurationId and testCaseId are not set.
    • witFields

      public String witFields
      Comma-separated list of work item field names.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()