Class ApprovalsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.release.approvals.ApprovalsRequestBuilder.ListQueryParameters
Enclosing class:
ApprovalsRequestBuilder

public static class ApprovalsRequestBuilder.ListQueryParameters extends Object
  • Field Details

    • assignedToFilter

      public String assignedToFilter
      Approvals assigned to this user.
    • continuationToken

      public Integer continuationToken
      Gets the approvals after the continuation token provided.
    • includeMyGroupApprovals

      public Boolean includeMyGroupApprovals
      'true' to include my group approvals. Default is 'false'.
    • queryOrder

      public ReleaseQueryOrder queryOrder
      Gets the results in the defined order of created approvals. Default is 'descending'.
    • releaseIdsFilter

      public String releaseIdsFilter
      Approvals for release id(s) mentioned in the filter. Multiple releases can be mentioned by separating them with ',' e.g. releaseIdsFilter=1,2,3,4.
    • statusFilter

      public ApprovalStatus statusFilter
      Approvals with this status. Default is 'pending'.
    • top

      public Integer top
      Number of approvals to get. Default is 50.
    • typeFilter

      public ApprovalType typeFilter
      Approval with this type.
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()