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