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