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