Class PlatformFileBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PlatformFileBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-16T00:16:26.350751Z[Etc/UTC]") public class PlatformFileBankModel extends Object
PlatformFileBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformFileBankModel.StateEnumThe state of the file.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_COMPLETED_ATstatic StringJSON_PROPERTY_CONTENT_TYPEstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_DOWNLOAD_EXPIRES_ATstatic StringJSON_PROPERTY_DOWNLOAD_URLstatic StringJSON_PROPERTY_FAILED_ATstatic StringJSON_PROPERTY_FAILURE_CODEstatic StringJSON_PROPERTY_FILENAMEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_ORGANIZATION_GUIDstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_UPLOAD_EXPIRES_ATstatic StringJSON_PROPERTY_UPLOAD_URL
-
Constructor Summary
Constructors Constructor Description PlatformFileBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformFileBankModelbankGuid(String bankGuid)PlatformFileBankModelcompletedAt(OffsetDateTime completedAt)PlatformFileBankModelcontentType(String contentType)PlatformFileBankModelcustomerGuid(String customerGuid)PlatformFileBankModeldownloadExpiresAt(OffsetDateTime downloadExpiresAt)PlatformFileBankModeldownloadUrl(URI downloadUrl)booleanequals(Object o)PlatformFileBankModelfailedAt(OffsetDateTime failedAt)PlatformFileBankModelfailureCode(String failureCode)PlatformFileBankModelfilename(String filename)StringgetBankGuid()The bank identifier.org.openapitools.jackson.nullable.JsonNullable<String>getBankGuid_JsonNullable()OffsetDateTimegetCompletedAt()The ISO8601 datetime the file was completed at.StringgetContentType()The media type; one of image/jpeg, image/png, application/pdf, application/json, or video/mp4.StringgetCustomerGuid()The customer identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()OffsetDateTimegetDownloadExpiresAt()The ISO8601 datetime the download URL expires at.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getDownloadExpiresAt_JsonNullable()URIgetDownloadUrl()The URL to download the file from.org.openapitools.jackson.nullable.JsonNullable<URI>getDownloadUrl_JsonNullable()OffsetDateTimegetFailedAt()The ISO8601 datetime the file failed at.StringgetFailureCode()The failure code for failed files.org.openapitools.jackson.nullable.JsonNullable<String>getFailureCode_JsonNullable()StringgetFilename()The name of the file.StringgetGuid()The unique identifier for the file.StringgetOrganizationGuid()The organization identifier.PlatformFileBankModel.StateEnumgetState()The state of the file.StringgetType()The file type; one of drivers_license_front, drivers_license_back, passport, passport_card, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, proof_of_address, bank_statement, property_tax, tax_document, ein_letter, incorporation_certificate, persona_inquiry_report, or persona_inquiry_export.OffsetDateTimegetUploadExpiresAt()The ISO8601 datetime the upload URL expires at.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getUploadExpiresAt_JsonNullable()URIgetUploadUrl()The URL to upload the file to.org.openapitools.jackson.nullable.JsonNullable<URI>getUploadUrl_JsonNullable()PlatformFileBankModelguid(String guid)inthashCode()PlatformFileBankModelorganizationGuid(String organizationGuid)voidsetBankGuid(String bankGuid)voidsetBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)voidsetCompletedAt(OffsetDateTime completedAt)voidsetContentType(String contentType)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetDownloadExpiresAt(OffsetDateTime downloadExpiresAt)voidsetDownloadExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> downloadExpiresAt)voidsetDownloadUrl(URI downloadUrl)voidsetDownloadUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> downloadUrl)voidsetFailedAt(OffsetDateTime failedAt)voidsetFailureCode(String failureCode)voidsetFailureCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)voidsetFilename(String filename)voidsetGuid(String guid)voidsetOrganizationGuid(String organizationGuid)voidsetState(PlatformFileBankModel.StateEnum state)voidsetType(String type)voidsetUploadExpiresAt(OffsetDateTime uploadExpiresAt)voidsetUploadExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> uploadExpiresAt)voidsetUploadUrl(URI uploadUrl)voidsetUploadUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> uploadUrl)PlatformFileBankModelstate(PlatformFileBankModel.StateEnum state)StringtoString()PlatformFileBankModeltype(String type)PlatformFileBankModeluploadExpiresAt(OffsetDateTime uploadExpiresAt)PlatformFileBankModeluploadUrl(URI uploadUrl)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ORGANIZATION_GUID
public static final String JSON_PROPERTY_ORGANIZATION_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_TYPE
public static final String JSON_PROPERTY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILENAME
public static final String JSON_PROPERTY_FILENAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_COMPLETED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILED_AT
public static final String JSON_PROPERTY_FAILED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODE
public static final String JSON_PROPERTY_FAILURE_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPLOAD_URL
public static final String JSON_PROPERTY_UPLOAD_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPLOAD_EXPIRES_AT
public static final String JSON_PROPERTY_UPLOAD_EXPIRES_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DOWNLOAD_URL
public static final String JSON_PROPERTY_DOWNLOAD_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DOWNLOAD_EXPIRES_AT
public static final String JSON_PROPERTY_DOWNLOAD_EXPIRES_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public PlatformFileBankModel guid(String guid)
-
setGuid
public void setGuid(String guid)
-
organizationGuid
public PlatformFileBankModel organizationGuid(String organizationGuid)
-
getOrganizationGuid
@Nullable public String getOrganizationGuid()
The organization identifier.- Returns:
- organizationGuid
-
setOrganizationGuid
public void setOrganizationGuid(String organizationGuid)
-
bankGuid
public PlatformFileBankModel bankGuid(String bankGuid)
-
getBankGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
-
setBankGuid_JsonNullable
public void setBankGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
customerGuid
public PlatformFileBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer identifier.- Returns:
- customerGuid
-
getCustomerGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
-
setCustomerGuid_JsonNullable
public void setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
type
public PlatformFileBankModel type(String type)
-
getType
@Nullable public String getType()
The file type; one of drivers_license_front, drivers_license_back, passport, passport_card, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, proof_of_address, bank_statement, property_tax, tax_document, ein_letter, incorporation_certificate, persona_inquiry_report, or persona_inquiry_export.- Returns:
- type
-
setType
public void setType(String type)
-
contentType
public PlatformFileBankModel contentType(String contentType)
-
getContentType
@Nullable public String getContentType()
The media type; one of image/jpeg, image/png, application/pdf, application/json, or video/mp4.- Returns:
- contentType
-
setContentType
public void setContentType(String contentType)
-
filename
public PlatformFileBankModel filename(String filename)
-
setFilename
public void setFilename(String filename)
-
completedAt
public PlatformFileBankModel completedAt(OffsetDateTime completedAt)
-
getCompletedAt
@Nullable public OffsetDateTime getCompletedAt()
The ISO8601 datetime the file was completed at.- Returns:
- completedAt
-
setCompletedAt
public void setCompletedAt(OffsetDateTime completedAt)
-
failedAt
public PlatformFileBankModel failedAt(OffsetDateTime failedAt)
-
getFailedAt
@Nullable public OffsetDateTime getFailedAt()
The ISO8601 datetime the file failed at.- Returns:
- failedAt
-
setFailedAt
public void setFailedAt(OffsetDateTime failedAt)
-
state
public PlatformFileBankModel state(PlatformFileBankModel.StateEnum state)
-
getState
@Nullable public PlatformFileBankModel.StateEnum getState()
The state of the file. One of storing, completed, or failed.- Returns:
- state
-
setState
public void setState(PlatformFileBankModel.StateEnum state)
-
failureCode
public PlatformFileBankModel failureCode(String failureCode)
-
getFailureCode
@Nullable public String getFailureCode()
The failure code for failed files.- Returns:
- failureCode
-
getFailureCode_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFailureCode_JsonNullable()
-
setFailureCode_JsonNullable
public void setFailureCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)
-
setFailureCode
public void setFailureCode(String failureCode)
-
uploadUrl
public PlatformFileBankModel uploadUrl(URI uploadUrl)
-
getUploadUrl_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<URI> getUploadUrl_JsonNullable()
-
setUploadUrl_JsonNullable
public void setUploadUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> uploadUrl)
-
setUploadUrl
public void setUploadUrl(URI uploadUrl)
-
uploadExpiresAt
public PlatformFileBankModel uploadExpiresAt(OffsetDateTime uploadExpiresAt)
-
getUploadExpiresAt
@Nullable public OffsetDateTime getUploadExpiresAt()
The ISO8601 datetime the upload URL expires at.- Returns:
- uploadExpiresAt
-
getUploadExpiresAt_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getUploadExpiresAt_JsonNullable()
-
setUploadExpiresAt_JsonNullable
public void setUploadExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> uploadExpiresAt)
-
setUploadExpiresAt
public void setUploadExpiresAt(OffsetDateTime uploadExpiresAt)
-
downloadUrl
public PlatformFileBankModel downloadUrl(URI downloadUrl)
-
getDownloadUrl
@Nullable public URI getDownloadUrl()
The URL to download the file from.- Returns:
- downloadUrl
-
getDownloadUrl_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<URI> getDownloadUrl_JsonNullable()
-
setDownloadUrl_JsonNullable
public void setDownloadUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<URI> downloadUrl)
-
setDownloadUrl
public void setDownloadUrl(URI downloadUrl)
-
downloadExpiresAt
public PlatformFileBankModel downloadExpiresAt(OffsetDateTime downloadExpiresAt)
-
getDownloadExpiresAt
@Nullable public OffsetDateTime getDownloadExpiresAt()
The ISO8601 datetime the download URL expires at.- Returns:
- downloadExpiresAt
-
getDownloadExpiresAt_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDownloadExpiresAt_JsonNullable()
-
setDownloadExpiresAt_JsonNullable
public void setDownloadExpiresAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> downloadExpiresAt)
-
setDownloadExpiresAt
public void setDownloadExpiresAt(OffsetDateTime downloadExpiresAt)
-
-