Uses of Class
io.apicurio.registry.rest.client.models.GitOpsError
Packages that use GitOpsError
-
Uses of GitOpsError in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GitOpsErrorModifier and TypeMethodDescriptionstatic GitOpsErrorGitOpsError.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in io.apicurio.registry.rest.client.models that return types with arguments of type GitOpsErrorModifier and TypeMethodDescriptionGitOpsStatus.getErrors()Gets the errors property value.GitOpsValidateTask.getErrors()Gets the errors property value.Method parameters in io.apicurio.registry.rest.client.models with type arguments of type GitOpsErrorModifier and TypeMethodDescriptionvoidGitOpsStatus.setErrors(List<GitOpsError> value) Sets the errors property value.voidGitOpsValidateTask.setErrors(List<GitOpsError> value) Sets the errors property value.