Uses of Enum Class
de.hybris.platform.tuawebservicesresources.v2.dto.ProductStatusType
Packages that use ProductStatusType
-
Uses of ProductStatusType in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return ProductStatusTypeModifier and TypeMethodDescriptionstatic ProductStatusType@Valid ProductStatusTypeProduct.getStatus()Is the lifecycle status of the product.@Valid ProductStatusTypeProductRefOrValue.getStatus()Is the lifecycle status of the product.static ProductStatusTypeReturns the enum constant of this class with the specified name.static ProductStatusType[]ProductStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type ProductStatusTypeModifier and TypeMethodDescriptionvoidProduct.setStatus(ProductStatusType status) voidProductRefOrValue.setStatus(ProductStatusType status) Product.status(ProductStatusType status) ProductRefOrValue.status(ProductStatusType status)