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