Uses of Enum Class
io.apicurio.registry.rest.client.models.GitOpsValidateRequestType
Packages that use GitOpsValidateRequestType
-
Uses of GitOpsValidateRequestType in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GitOpsValidateRequestTypeModifier and TypeMethodDescriptionstatic GitOpsValidateRequestTypeGitOpsValidateRequest.getType()Gets the type property value.static GitOpsValidateRequestTypeReturns the enum constant of this class with the specified name.static GitOpsValidateRequestType[]GitOpsValidateRequestType.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 GitOpsValidateRequestTypeModifier and TypeMethodDescriptionvoidGitOpsValidateRequest.setType(GitOpsValidateRequestType value) Sets the type property value.