Class InputItemListPage
-
- All Implemented Interfaces:
public final class InputItemListPageReturns a list of input items for a given response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInputItemListPage.Responsepublic final classInputItemListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final InputItemListPage.Responseresponse()final List<ResponseItem>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InputItemListParams>getNextPageParams()final Optional<InputItemListPage>getNextPage()final InputItemListPage.AutoPagerautoPager()final static InputItemListPageof(InputItemService inputItemsService, InputItemListParams params, InputItemListPage.Response response)-
-
Method Detail
-
response
final InputItemListPage.Response response()
-
data
final List<ResponseItem> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InputItemListParams> getNextPageParams()
-
getNextPage
final Optional<InputItemListPage> getNextPage()
-
autoPager
final InputItemListPage.AutoPager autoPager()
-
of
final static InputItemListPage of(InputItemService inputItemsService, InputItemListParams params, InputItemListPage.Response response)
-
-
-
-