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