Class InputItemListPageAsync
-
- All Implemented Interfaces:
public final class InputItemListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInputItemListPageAsync.BuilderA builder for InputItemListPageAsync.
public final classInputItemListPageAsync.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 CompletableFuture<Optional<InputItemListPageAsync>>getNextPage()final InputItemListPageAsync.AutoPagerautoPager()final InputItemListParamsparams()The parameters that were used to request this page. final ResponseItemListresponse()The response that this page was parsed from. final InputItemListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InputItemListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of InputItemListPageAsync. -
-
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 CompletableFuture<Optional<InputItemListPageAsync>> getNextPage()
-
autoPager
final InputItemListPageAsync.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 InputItemListPageAsync.Builder toBuilder()
-
builder
final static InputItemListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of InputItemListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-