Uses of Enum Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.PointsAwarded.TypeEnum
Packages that use PointsAwarded.TypeEnum
-
Uses of PointsAwarded.TypeEnum in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return PointsAwarded.TypeEnumModifier and TypeMethodDescriptionstatic PointsAwarded.TypeEnumPointsAwarded.getType()Specifies whether the points were earned or something else.static PointsAwarded.TypeEnumReturns the enum constant of this class with the specified name.static PointsAwarded.TypeEnum[]PointsAwarded.TypeEnum.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 PointsAwarded.TypeEnumModifier and TypeMethodDescriptionvoidPointsAwarded.setType(PointsAwarded.TypeEnum type) PointsAwarded.type(PointsAwarded.TypeEnum type)