Uses of Enum Class
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceStateType
Packages that use ServiceStateType
-
Uses of ServiceStateType in de.hybris.platform.b2ctelcotmfresources.v4.dto
Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return ServiceStateTypeModifier and TypeMethodDescriptionstatic ServiceStateType@Valid ServiceStateTypeService.getState()The life cycle state of the service, such as designed, reserved, active, etc...@Valid ServiceStateTypeServiceRefOrValue.getState()The life cycle state of the service, such as designed, reserved, active, etc...static ServiceStateTypeReturns the enum constant of this class with the specified name.static ServiceStateType[]ServiceStateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto with parameters of type ServiceStateTypeModifier and TypeMethodDescriptionvoidService.setState(ServiceStateType state) voidServiceRefOrValue.setState(ServiceStateType state) Service.state(ServiceStateType state) ServiceRefOrValue.state(ServiceStateType state)