Class LockboxListPageAsync
-
- All Implemented Interfaces:
public final class LockboxListPageAsyncList Lockboxes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLockboxListPageAsync.Responsepublic final classLockboxListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final LockboxListPageAsync.Responseresponse()final List<Lockbox>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<LockboxListParams>getNextPageParams()final CompletableFuture<Optional<LockboxListPageAsync>>getNextPage()final LockboxListPageAsync.AutoPagerautoPager()final static LockboxListPageAsyncof(LockboxServiceAsync lockboxesService, LockboxListParams params, LockboxListPageAsync.Response response)-
-
Method Detail
-
response
final LockboxListPageAsync.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<LockboxListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<LockboxListPageAsync>> getNextPage()
-
autoPager
final LockboxListPageAsync.AutoPager autoPager()
-
of
final static LockboxListPageAsync of(LockboxServiceAsync lockboxesService, LockboxListParams params, LockboxListPageAsync.Response response)
-
-
-
-