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