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