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