Uses of Enum Class
software.xdev.brevo.model.ErrorModel.CodeEnum
Packages that use ErrorModel.CodeEnum
-
Uses of ErrorModel.CodeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ErrorModel.CodeEnumModifier and TypeMethodDescriptionstatic ErrorModel.CodeEnumErrorModel.getCode()Error code displayed in case of a failurestatic ErrorModel.CodeEnumReturns the enum constant of this class with the specified name.static ErrorModel.CodeEnum[]ErrorModel.CodeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type ErrorModel.CodeEnumModifier and TypeMethodDescriptionErrorModel.code(ErrorModel.CodeEnum code) voidErrorModel.setCode(ErrorModel.CodeEnum code)