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