Interface CustomerRequestStatusQuery
@PublicApi
public interface CustomerRequestStatusQuery
Parameters to query
CustomerRequest.CustomerRequestStatus
of a CustomerRequest
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder to construct theCustomerRequestStatusQuery
. -
Method Summary
Modifier and TypeMethodDescriptionlong
issue()
ID of the backingIssue
of theCustomerRequest
To request a page ofCustomerRequest.CustomerRequestStatus
-
Method Details
-
issue
long issue()ID of the backingIssue
of theCustomerRequest
-
pagedRequest
LimitedPagedRequest pagedRequest()To request a page ofCustomerRequest.CustomerRequestStatus
-