public static class RetrieveTransactionResponse.Builder extends Object
RetrieveTransactionResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveTransactionResponse |
build()
Builds a new
RetrieveTransactionResponse object using the set fields. |
RetrieveTransactionResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
RetrieveTransactionResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
RetrieveTransactionResponse.Builder |
transaction(Transaction transaction)
Setter for transaction.
|
public RetrieveTransactionResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public RetrieveTransactionResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public RetrieveTransactionResponse.Builder transaction(Transaction transaction)
transaction - Transaction value for transaction.public RetrieveTransactionResponse build()
RetrieveTransactionResponse object using the set fields.RetrieveTransactionResponseCopyright © 2022. All rights reserved.