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