Package com.increase.api.models.entities
Class EntityListPageAsync
-
- All Implemented Interfaces:
public final class EntityListPageAsyncList Entities
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntityListPageAsync.Responsepublic final classEntityListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final EntityListPageAsync.Responseresponse()final List<Entity>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EntityListParams>getNextPageParams()final CompletableFuture<Optional<EntityListPageAsync>>getNextPage()final EntityListPageAsync.AutoPagerautoPager()final static EntityListPageAsyncof(EntityServiceAsync entitiesService, EntityListParams params, EntityListPageAsync.Response response)-
-
Method Detail
-
response
final EntityListPageAsync.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EntityListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<EntityListPageAsync>> getNextPage()
-
autoPager
final EntityListPageAsync.AutoPager autoPager()
-
of
final static EntityListPageAsync of(EntityServiceAsync entitiesService, EntityListParams params, EntityListPageAsync.Response response)
-
-
-
-