Package com.lithic.api.models
Class ManagementOperationListPageAsync
-
- All Implemented Interfaces:
public final class ManagementOperationListPageAsyncList management operations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classManagementOperationListPageAsync.Responsepublic final classManagementOperationListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ManagementOperationListPageAsync.Responseresponse()final List<ManagementOperationTransaction>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ManagementOperationListParams>getNextPageParams()final CompletableFuture<Optional<ManagementOperationListPageAsync>>getNextPage()final ManagementOperationListPageAsync.AutoPagerautoPager()final static ManagementOperationListPageAsyncof(ManagementOperationServiceAsync managementOperationsService, ManagementOperationListParams params, ManagementOperationListPageAsync.Response response)-
-
Method Detail
-
response
final ManagementOperationListPageAsync.Response response()
-
data
final List<ManagementOperationTransaction> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ManagementOperationListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ManagementOperationListPageAsync>> getNextPage()
-
autoPager
final ManagementOperationListPageAsync.AutoPager autoPager()
-
of
final static ManagementOperationListPageAsync of(ManagementOperationServiceAsync managementOperationsService, ManagementOperationListParams params, ManagementOperationListPageAsync.Response response)
-
-
-
-