Package org.azd.release.approvals
Class ApprovalsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.release.approvals.ApprovalsRequestBuilder.ListQueryParameters
- Enclosing class:
ApprovalsRequestBuilder
-
Field Summary
Modifier and TypeFieldDescriptionApprovals assigned to this user.Gets the approvals after the continuation token provided.'true' to include my group approvals.Gets the results in the defined order of created approvals.Approvals for release id(s) mentioned in the filter.Approvals with this status.Number of approvals to get.Approval with this type. -
Constructor Summary
-
Method Summary
-
Field Details
-
assignedToFilter
Approvals assigned to this user. -
continuationToken
Gets the approvals after the continuation token provided. -
includeMyGroupApprovals
'true' to include my group approvals. Default is 'false'. -
queryOrder
Gets the results in the defined order of created approvals. Default is 'descending'. -
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
Approvals with this status. Default is 'pending'. -
top
Number of approvals to get. Default is 50. -
typeFilter
Approval with this type.
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-