Uses of Enum Class
org.miaixz.bus.gitlab.models.GitLabFormValueType
Packages that use GitLabFormValueType
-
Uses of GitLabFormValueType in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return GitLabFormValueTypeModifier and TypeMethodDescriptionGitLabFormValue.getType()static GitLabFormValueTypeReturns the enum constant of this class with the specified name.static GitLabFormValueType[]GitLabFormValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.miaixz.bus.gitlab.models with parameters of type GitLabFormValueTypeModifierConstructorDescriptionGitLabFormValue(Object value, GitLabFormValueType type, boolean required)