Uses of Enum Class
de.hybris.platform.b2ctelcotmfresources.v4.dto.TaskStateType
Packages that use TaskStateType
-
Uses of TaskStateType in de.hybris.platform.b2ctelcotmfresources.v4.dto
Methods in de.hybris.platform.b2ctelcotmfresources.v4.dto that return TaskStateTypeModifier and TypeMethodDescriptionstatic TaskStateType@Valid TaskStateTypeCheckServiceQualification.getState()State of the serviceQualification (acknowledged, inProgress, terminatedWithError, done)@Valid TaskStateTypeCheckServiceQualificationUnderscoreUpdate.getState()State of the serviceQualification (acknowledged, inProgress, terminatedWithError, done)@Valid TaskStateTypeQueryServiceQualification.getState()State of the serviceQualification (acknowledged, inProgress, terminatedWithError, done)@Valid TaskStateTypeQueryServiceQualificationUnderscoreUpdate.getState()State of the serviceQualification (acknowledged, inProgress, terminatedWithError, done)@Valid TaskStateTypeServiceQualification.getState()State of the serviceQualification (acknowledged, inProgress, terminatedWithError, done)static TaskStateTypeReturns the enum constant of this class with the specified name.static TaskStateType[]TaskStateType.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 TaskStateTypeModifier and TypeMethodDescriptionvoidCheckServiceQualification.setState(TaskStateType state) voidCheckServiceQualificationUnderscoreUpdate.setState(TaskStateType state) voidQueryServiceQualification.setState(TaskStateType state) voidQueryServiceQualificationUnderscoreUpdate.setState(TaskStateType state) voidServiceQualification.setState(TaskStateType state) CheckServiceQualification.state(TaskStateType state) CheckServiceQualificationUnderscoreUpdate.state(TaskStateType state) QueryServiceQualification.state(TaskStateType state) QueryServiceQualificationUnderscoreUpdate.state(TaskStateType state) ServiceQualification.state(TaskStateType state)