Class InputItemListPageAsync
-
- All Implemented Interfaces:
public final class InputItemListPageAsync
Returns a list of input items for a given response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
InputItemListPageAsync.Response
public final class
InputItemListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final InputItemListPageAsync.Response
response()
final List<ResponseItem>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<InputItemListParams>
getNextPageParams()
final CompletableFuture<Optional<InputItemListPageAsync>>
getNextPage()
final InputItemListPageAsync.AutoPager
autoPager()
final static InputItemListPageAsync
of(InputItemServiceAsync inputItemsService, InputItemListParams params, InputItemListPageAsync.Response response)
-
-
Method Detail
-
response
final InputItemListPageAsync.Response response()
-
data
final List<ResponseItem> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InputItemListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<InputItemListPageAsync>> getNextPage()
-
autoPager
final InputItemListPageAsync.AutoPager autoPager()
-
of
final static InputItemListPageAsync of(InputItemServiceAsync inputItemsService, InputItemListParams params, InputItemListPageAsync.Response response)
-
-
-
-