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