Class JobListEventsPageAsync.Builder
-
- All Implemented Interfaces:
public final class JobListEventsPageAsync.BuilderA builder for JobListEventsPageAsync.
-
-
Method Summary
Modifier and Type Method Description final JobListEventsPageAsync.Builderservice(JobServiceAsync service)final JobListEventsPageAsync.Builderparams(JobListEventsParams params)The parameters that were used to request this page. final JobListEventsPageAsync.Builderresponse(JobListEventsPageResponse response)The response that this page was parsed from. final JobListEventsPageAsyncbuild()Returns an immutable instance of JobListEventsPageAsync. -
-
Method Detail
-
service
final JobListEventsPageAsync.Builder service(JobServiceAsync service)
-
params
final JobListEventsPageAsync.Builder params(JobListEventsParams params)
The parameters that were used to request this page.
-
response
final JobListEventsPageAsync.Builder response(JobListEventsPageResponse response)
The response that this page was parsed from.
-
build
final JobListEventsPageAsync build()
Returns an immutable instance of JobListEventsPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-