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