Class EvaluationsRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.policy.evaluations.EvaluationsRequestBuilder.GetQueryParameters
Enclosing class:
EvaluationsRequestBuilder

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

    • top

      public Integer top
      The maximum number of evaluation records to return
    • artifactId

      public String artifactId
      A string which uniquely identifies the target of a policy evaluation.
    • skip

      public Integer skip
      The number of policy evaluation records to ignore. For example, to retrieve results 101-150, set top to 50 and skip to 100.
    • includeNotApplicable

      public Boolean includeNotApplicable
      Some policies might determine that they do not apply to a specific pull request. Setting this parameter to true will return evaluation records even for policies which don't apply to this pull request.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()