Class WireDrawdownRequestListPageAsync
-
- All Implemented Interfaces:
public final class WireDrawdownRequestListPageAsyncList Wire Drawdown Requests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWireDrawdownRequestListPageAsync.Responsepublic final classWireDrawdownRequestListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final WireDrawdownRequestListPageAsync.Responseresponse()final List<WireDrawdownRequest>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<WireDrawdownRequestListParams>getNextPageParams()final CompletableFuture<Optional<WireDrawdownRequestListPageAsync>>getNextPage()final WireDrawdownRequestListPageAsync.AutoPagerautoPager()final static WireDrawdownRequestListPageAsyncof(WireDrawdownRequestServiceAsync wireDrawdownRequestsService, WireDrawdownRequestListParams params, WireDrawdownRequestListPageAsync.Response response)-
-
Method Detail
-
response
final WireDrawdownRequestListPageAsync.Response response()
-
data
final List<WireDrawdownRequest> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<WireDrawdownRequestListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<WireDrawdownRequestListPageAsync>> getNextPage()
-
autoPager
final WireDrawdownRequestListPageAsync.AutoPager autoPager()
-
of
final static WireDrawdownRequestListPageAsync of(WireDrawdownRequestServiceAsync wireDrawdownRequestsService, WireDrawdownRequestListParams params, WireDrawdownRequestListPageAsync.Response response)
-
-
-
-