Class ReleasesRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.release.releases.ReleasesRequestBuilder.GetQueryParameters
Enclosing class:
ReleasesRequestBuilder

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

    • expand

      public SingleReleaseExpands expand
      A property that should be expanded in the release.
    • topGateRecords

      public Integer topGateRecords
      Number of release gate records to get. Default is 5.
    • approvalFilters

      public ApprovalFilters approvalFilters
      A filter which would allow fetching approval steps selectively based on whether it is automated, or manual. This would also decide whether we should fetch pre and post approval snapshots. Assumes All by default
    • propertyFilters

      public String propertyFilters
      A comma-delimited list of extended properties to be retrieved. If set, the returned Release will contain values for the specified property Ids (if they exist). If not set, properties will not be included.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()