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