Class PendingTransactionListPageAsync
-
- All Implemented Interfaces:
public final class PendingTransactionListPageAsyncList Pending Transactions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPendingTransactionListPageAsync.Responsepublic final classPendingTransactionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final PendingTransactionListPageAsync.Responseresponse()final List<PendingTransaction>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<PendingTransactionListParams>getNextPageParams()final CompletableFuture<Optional<PendingTransactionListPageAsync>>getNextPage()final PendingTransactionListPageAsync.AutoPagerautoPager()final static PendingTransactionListPageAsyncof(PendingTransactionServiceAsync pendingTransactionsService, PendingTransactionListParams params, PendingTransactionListPageAsync.Response response)-
-
Method Detail
-
response
final PendingTransactionListPageAsync.Response response()
-
data
final List<PendingTransaction> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<PendingTransactionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<PendingTransactionListPageAsync>> getNextPage()
-
autoPager
final PendingTransactionListPageAsync.AutoPager autoPager()
-
of
final static PendingTransactionListPageAsync of(PendingTransactionServiceAsync pendingTransactionsService, PendingTransactionListParams params, PendingTransactionListPageAsync.Response response)
-
-
-
-