Class StepListPage
-
- All Implemented Interfaces:
public final class StepListPage
Returns a list of run steps belonging to a run.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
StepListPage.Response
public final class
StepListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final StepListPage.Response
response()
final List<RunStep>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<StepListParams>
getNextPageParams()
final Optional<StepListPage>
getNextPage()
final StepListPage.AutoPager
autoPager()
final static StepListPage
of(StepService stepsService, StepListParams params, StepListPage.Response response)
-
-
Method Detail
-
response
final StepListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<StepListParams> getNextPageParams()
-
getNextPage
final Optional<StepListPage> getNextPage()
-
autoPager
final StepListPage.AutoPager autoPager()
-
of
final static StepListPage of(StepService stepsService, StepListParams params, StepListPage.Response response)
-
-
-
-