Package com.lithic.api.models
Class CardAggregateBalanceListPage.Builder
-
- All Implemented Interfaces:
public final class CardAggregateBalanceListPage.BuilderA builder for CardAggregateBalanceListPage.
-
-
Method Summary
Modifier and Type Method Description final CardAggregateBalanceListPage.Builderservice(AggregateBalanceService service)final CardAggregateBalanceListPage.Builderparams(CardAggregateBalanceListParams params)The parameters that were used to request this page. final CardAggregateBalanceListPage.Builderresponse(CardAggregateBalanceListPageResponse response)The response that this page was parsed from. final CardAggregateBalanceListPagebuild()Returns an immutable instance of CardAggregateBalanceListPage. -
-
Method Detail
-
service
final CardAggregateBalanceListPage.Builder service(AggregateBalanceService service)
-
params
final CardAggregateBalanceListPage.Builder params(CardAggregateBalanceListParams params)
The parameters that were used to request this page.
-
response
final CardAggregateBalanceListPage.Builder response(CardAggregateBalanceListPageResponse response)
The response that this page was parsed from.
-
build
final CardAggregateBalanceListPage build()
Returns an immutable instance of CardAggregateBalanceListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-