Class PermissionRetrievePage.Builder
-
- All Implemented Interfaces:
public final class PermissionRetrievePage.Builder
A builder for PermissionRetrievePage.
-
-
Method Summary
Modifier and Type Method Description final PermissionRetrievePage.Builder
service(PermissionService service)
final PermissionRetrievePage.Builder
params(PermissionRetrieveParams params)
The parameters that were used to request this page. final PermissionRetrievePage.Builder
response(PermissionRetrievePageResponse response)
The response that this page was parsed from. final PermissionRetrievePage
build()
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()
-
-
-
-