Class PermissionRetrievePageAsync.Builder
-
- All Implemented Interfaces:
public final class PermissionRetrievePageAsync.BuilderA builder for PermissionRetrievePageAsync.
-
-
Method Summary
Modifier and Type Method Description final PermissionRetrievePageAsync.Builderservice(PermissionServiceAsync service)final PermissionRetrievePageAsync.BuilderstreamHandlerExecutor(Executor streamHandlerExecutor)final PermissionRetrievePageAsync.Builderparams(PermissionRetrieveParams params)The parameters that were used to request this page. final PermissionRetrievePageAsync.Builderresponse(PermissionRetrievePageResponse response)The response that this page was parsed from. final PermissionRetrievePageAsyncbuild()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()
-
-
-
-