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