Class InboundWireDrawdownRequestListPageAsync
-
- All Implemented Interfaces:
public final class InboundWireDrawdownRequestListPageAsyncList Inbound Wire Drawdown Requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundWireDrawdownRequestListPageAsync.Responsepublic final classInboundWireDrawdownRequestListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundWireDrawdownRequestListPageAsync.Responseresponse()final List<InboundWireDrawdownRequest>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundWireDrawdownRequestListParams>getNextPageParams()final CompletableFuture<Optional<InboundWireDrawdownRequestListPageAsync>>getNextPage()final InboundWireDrawdownRequestListPageAsync.AutoPagerautoPager()final static InboundWireDrawdownRequestListPageAsyncof(InboundWireDrawdownRequestServiceAsync inboundWireDrawdownRequestsService, InboundWireDrawdownRequestListParams params, InboundWireDrawdownRequestListPageAsync.Response response)-
-
Method Detail
-
response
final InboundWireDrawdownRequestListPageAsync.Response response()
-
data
final List<InboundWireDrawdownRequest> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundWireDrawdownRequestListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<InboundWireDrawdownRequestListPageAsync>> getNextPage()
-
autoPager
final InboundWireDrawdownRequestListPageAsync.AutoPager autoPager()
-
of
final static InboundWireDrawdownRequestListPageAsync of(InboundWireDrawdownRequestServiceAsync inboundWireDrawdownRequestsService, InboundWireDrawdownRequestListParams params, InboundWireDrawdownRequestListPageAsync.Response response)
-
-
-
-