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