Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostFileBankModel.ContentTypeEnum
-
Packages that use PostFileBankModel.ContentTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostFileBankModel.ContentTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostFileBankModel.ContentTypeEnum Modifier and Type Method Description static PostFileBankModel.ContentTypeEnumPostFileBankModel.ContentTypeEnum. fromValue(String value)PostFileBankModel.ContentTypeEnumPostFileBankModel. getContentType()The content type of the file.static PostFileBankModel.ContentTypeEnumPostFileBankModel.ContentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostFileBankModel.ContentTypeEnum[]PostFileBankModel.ContentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostFileBankModel.ContentTypeEnum Modifier and Type Method Description PostFileBankModelPostFileBankModel. contentType(PostFileBankModel.ContentTypeEnum contentType)voidPostFileBankModel. setContentType(PostFileBankModel.ContentTypeEnum contentType)
-