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