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