Package io.moov.sdk.models.operations
Class ListWalletTransactionsResponse.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.ListWalletTransactionsResponse.Builder
-
- Enclosing class:
- ListWalletTransactionsResponse
public static final class ListWalletTransactionsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListWalletTransactionsResponsebuild()ListWalletTransactionsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationListWalletTransactionsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)ListWalletTransactionsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingListWalletTransactionsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationListWalletTransactionsResponse.BuilderwalletTransactions(java.util.List<WalletTransaction> walletTransactions)The request completed successfully.ListWalletTransactionsResponse.BuilderwalletTransactions(java.util.Optional<? extends java.util.List<WalletTransaction>> walletTransactions)The request completed successfully.
-
-
-
Method Detail
-
contentType
public ListWalletTransactionsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public ListWalletTransactionsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public ListWalletTransactionsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
walletTransactions
public ListWalletTransactionsResponse.Builder walletTransactions(java.util.List<WalletTransaction> walletTransactions)
The request completed successfully.
-
walletTransactions
public ListWalletTransactionsResponse.Builder walletTransactions(java.util.Optional<? extends java.util.List<WalletTransaction>> walletTransactions)
The request completed successfully.
-
headers
public ListWalletTransactionsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public ListWalletTransactionsResponse build()
-
-