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