Class WireTransferListPageAsync
-
- All Implemented Interfaces:
public final class WireTransferListPageAsyncList Wire Transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWireTransferListPageAsync.Responsepublic final classWireTransferListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final WireTransferListPageAsync.Responseresponse()final List<WireTransfer>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<WireTransferListParams>getNextPageParams()final CompletableFuture<Optional<WireTransferListPageAsync>>getNextPage()final WireTransferListPageAsync.AutoPagerautoPager()final static WireTransferListPageAsyncof(WireTransferServiceAsync wireTransfersService, WireTransferListParams params, WireTransferListPageAsync.Response response)-
-
Method Detail
-
response
final WireTransferListPageAsync.Response response()
-
data
final List<WireTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<WireTransferListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<WireTransferListPageAsync>> getNextPage()
-
autoPager
final WireTransferListPageAsync.AutoPager autoPager()
-
of
final static WireTransferListPageAsync of(WireTransferServiceAsync wireTransfersService, WireTransferListParams params, WireTransferListPageAsync.Response response)
-
-
-
-