Class InputItemListPage
-
- All Implemented Interfaces:
public final class InputItemListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInputItemListPage.BuilderA builder for InputItemListPage.
public final classInputItemListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<ResponseItem>data()Delegates to ResponseItemList, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to ResponseItemList, but gracefully handles missing data. final BooleanhasNextPage()final Optional<InputItemListParams>getNextPageParams()final Optional<InputItemListPage>getNextPage()final InputItemListPage.AutoPagerautoPager()final InputItemListParamsparams()The parameters that were used to request this page. final ResponseItemListresponse()The response that this page was parsed from. final InputItemListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InputItemListPage.Builderbuilder()Returns a mutable builder for constructing an instance of InputItemListPage. -
-
Method Detail
-
data
final List<ResponseItem> data()
Delegates to ResponseItemList, but gracefully handles missing data.
-
hasMore
final Optional<Boolean> hasMore()
Delegates to ResponseItemList, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InputItemListParams> getNextPageParams()
-
getNextPage
final Optional<InputItemListPage> getNextPage()
-
autoPager
final InputItemListPage.AutoPager autoPager()
-
params
final InputItemListParams params()
The parameters that were used to request this page.
-
response
final ResponseItemList response()
The response that this page was parsed from.
-
toBuilder
final InputItemListPage.Builder toBuilder()
-
builder
final static InputItemListPage.Builder builder()
Returns a mutable builder for constructing an instance of InputItemListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-