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