Uses of Enum Class
io.meeds.task.domain.LabelField
Packages that use LabelField
Package
Description
-
Uses of LabelField in io.meeds.task.domain
Methods in io.meeds.task.domain that return LabelFieldModifier and TypeMethodDescriptionstatic LabelFieldReturns the enum constant of this class with the specified name.static LabelField[]LabelField.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LabelField in org.exoplatform.task.service
Method parameters in org.exoplatform.task.service with type arguments of type LabelFieldModifier and TypeMethodDescriptionLabelService.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelField in org.exoplatform.task.service.impl
Method parameters in org.exoplatform.task.service.impl with type arguments of type LabelFieldModifier and TypeMethodDescriptionLabelServiceImpl.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelField in org.exoplatform.task.storage
Method parameters in org.exoplatform.task.storage with type arguments of type LabelFieldModifier and TypeMethodDescriptionLabelStorage.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelField in org.exoplatform.task.storage.impl
Method parameters in org.exoplatform.task.storage.impl with type arguments of type LabelFieldModifier and TypeMethodDescriptionLabelStorageImpl.updateLabel(LabelDto label, List<LabelField> fields)