Uses of Class
io.apicurio.registry.rest.client.models.RuleViolationCause
Packages that use RuleViolationCause
-
Uses of RuleViolationCause in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return RuleViolationCauseModifier and TypeMethodDescriptionstatic RuleViolationCauseRuleViolationCause.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 RuleViolationCauseModifier and TypeMethodDescriptionRuleViolationProblemDetails.getCauses()Gets the causes property value.Method parameters in io.apicurio.registry.rest.client.models with type arguments of type RuleViolationCauseModifier and TypeMethodDescriptionvoidRuleViolationProblemDetails.setCauses(List<RuleViolationCause> value) Sets the causes property value.