Uses of Class
app.cybrid.cybrid_api_bank.client.model.PlatformFileBankModel.ContentTypeEnum
-
Packages that use PlatformFileBankModel.ContentTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PlatformFileBankModel.ContentTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PlatformFileBankModel.ContentTypeEnum Modifier and Type Method Description static PlatformFileBankModel.ContentTypeEnumPlatformFileBankModel.ContentTypeEnum. fromValue(String value)PlatformFileBankModel.ContentTypeEnumPlatformFileBankModel. getContentType()The media type; one of image/jpeg, image/png, application/pdf, or video/mp4.static PlatformFileBankModel.ContentTypeEnumPlatformFileBankModel.ContentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformFileBankModel.ContentTypeEnum[]PlatformFileBankModel.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 PlatformFileBankModel.ContentTypeEnum Modifier and Type Method Description PlatformFileBankModelPlatformFileBankModel. contentType(PlatformFileBankModel.ContentTypeEnum contentType)voidPlatformFileBankModel. setContentType(PlatformFileBankModel.ContentTypeEnum contentType)
-