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