Class PostFileBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostFileBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-21T19:12:42.021188Z[Etc/UTC]") public class PostFileBankModel extends Object
Request body for a new file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostFileBankModel.ContentTypeEnumThe content type of the file.static classPostFileBankModel.TypeEnumThe type of file.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENT_TYPEstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_DATAstatic StringJSON_PROPERTY_FILENAMEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostFileBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILENAME
public static final String JSON_PROPERTY_FILENAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_TYPE
public static final String JSON_PROPERTY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public PostFileBankModel type(PostFileBankModel.TypeEnum type)
-
getType
@Nonnull public PostFileBankModel.TypeEnum getType()
The type of file.- Returns:
- type
-
setType
public void setType(PostFileBankModel.TypeEnum type)
-
customerGuid
public PostFileBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nonnull public String getCustomerGuid()
The customer identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
filename
public PostFileBankModel filename(String filename)
-
setFilename
public void setFilename(String filename)
-
contentType
public PostFileBankModel contentType(PostFileBankModel.ContentTypeEnum contentType)
-
getContentType
@Nonnull public PostFileBankModel.ContentTypeEnum getContentType()
The content type of the file.- Returns:
- contentType
-
setContentType
public void setContentType(PostFileBankModel.ContentTypeEnum contentType)
-
data
public PostFileBankModel data(String data)
-
getData_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getData_JsonNullable()
-
setData_JsonNullable
public void setData_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> data)
-
setData
public void setData(String data)
-
-