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