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