Uses of Enum Class
io.apicurio.registry.rest.client.models.GitOpsValidateTaskState
Packages that use GitOpsValidateTaskState
-
Uses of GitOpsValidateTaskState in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GitOpsValidateTaskStateModifier and TypeMethodDescriptionstatic GitOpsValidateTaskStateGitOpsValidateTask.getState()Gets the state property value.static GitOpsValidateTaskStateReturns the enum constant of this class with the specified name.static GitOpsValidateTaskState[]GitOpsValidateTaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.models with parameters of type GitOpsValidateTaskStateModifier and TypeMethodDescriptionvoidGitOpsValidateTask.setState(GitOpsValidateTaskState value) Sets the state property value.