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