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