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