Uses of Enum Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.BusinessError.SeverityEnum
Packages that use BusinessError.SeverityEnum
-
Uses of BusinessError.SeverityEnum in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return BusinessError.SeverityEnumModifier and TypeMethodDescriptionstatic BusinessError.SeverityEnumBusinessError.getSeverity()Issues with severity error or higher lead to an HTTP response code 400.static BusinessError.SeverityEnumReturns the enum constant of this class with the specified name.static BusinessError.SeverityEnum[]BusinessError.SeverityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto with parameters of type BusinessError.SeverityEnumModifier and TypeMethodDescriptionvoidBusinessError.setSeverity(BusinessError.SeverityEnum severity) BusinessError.severity(BusinessError.SeverityEnum severity)