Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostFileBankModel.TypeEnum
-
Packages that use PostFileBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostFileBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostFileBankModel.TypeEnum Modifier and Type Method Description static PostFileBankModel.TypeEnumPostFileBankModel.TypeEnum. fromValue(String value)PostFileBankModel.TypeEnumPostFileBankModel. getType()The type of file.static PostFileBankModel.TypeEnumPostFileBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostFileBankModel.TypeEnum[]PostFileBankModel.TypeEnum. 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.TypeEnum Modifier and Type Method Description voidPostFileBankModel. setType(PostFileBankModel.TypeEnum type)PostFileBankModelPostFileBankModel. type(PostFileBankModel.TypeEnum type)
-