@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault @PublicApi @Deprecated public interface ApprovalQuery
Approval
The following are examples to construct common queries:
// Query approvals for an issue
ApprovalQuery query = approvalService.newQueryBuilder().issue(issue).build();
Modifier and Type | Interface and Description |
---|---|
static interface |
ApprovalQuery.Builder
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use core Java data types and Exceptions instead of com.atlassian.fugue
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Long> |
issue()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
LimitedPagedRequest |
pagedRequest()
Deprecated.
|
@Deprecated com.atlassian.fugue.Option<Long> issue()
ApprovalQuery
Issue
's id from which approvals will be retrievedLimitedPagedRequest pagedRequest()
Approval
to retrieveCopyright © 2020 Atlassian. All rights reserved.