Class InputItemListPage
-
- All Implemented Interfaces:
public final class InputItemListPage
Returns a list of input items for a given response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
InputItemListPage.Response
public final class
InputItemListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final InputItemListPage.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 Optional<InputItemListPage>
getNextPage()
final InputItemListPage.AutoPager
autoPager()
final static InputItemListPage
of(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)
-
-
-
-