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