Class ProofOfAuthorizationRequestListPageAsync
-
- All Implemented Interfaces:
public final class ProofOfAuthorizationRequestListPageAsyncList Proof of Authorization Requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProofOfAuthorizationRequestListPageAsync.Responsepublic final classProofOfAuthorizationRequestListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ProofOfAuthorizationRequestListPageAsync.Responseresponse()final List<ProofOfAuthorizationRequest>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProofOfAuthorizationRequestListParams>getNextPageParams()final CompletableFuture<Optional<ProofOfAuthorizationRequestListPageAsync>>getNextPage()final ProofOfAuthorizationRequestListPageAsync.AutoPagerautoPager()final static ProofOfAuthorizationRequestListPageAsyncof(ProofOfAuthorizationRequestServiceAsync proofOfAuthorizationRequestsService, ProofOfAuthorizationRequestListParams params, ProofOfAuthorizationRequestListPageAsync.Response response)-
-
Method Detail
-
response
final ProofOfAuthorizationRequestListPageAsync.Response response()
-
data
final List<ProofOfAuthorizationRequest> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProofOfAuthorizationRequestListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProofOfAuthorizationRequestListPageAsync>> getNextPage()
-
autoPager
final ProofOfAuthorizationRequestListPageAsync.AutoPager autoPager()
-
of
final static ProofOfAuthorizationRequestListPageAsync of(ProofOfAuthorizationRequestServiceAsync proofOfAuthorizationRequestsService, ProofOfAuthorizationRequestListParams params, ProofOfAuthorizationRequestListPageAsync.Response response)
-
-
-
-