Uses of Class
io.apicurio.registry.rest.client.v2.models.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in io.apicurio.registry.rest.client.v2.admin.rules
Methods in io.apicurio.registry.rest.client.v2.admin.rules with parameters of type RuleModifier and TypeMethodDescriptionvoidAdds a rule to the list of globally configured rules.This operation can fail for the following reasons:* The rule type is unknown (HTTP error `400`)* The rule already exists (HTTP error `409`)* A server error occurred (HTTP error `500`)voidRulesRequestBuilder.post(Rule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of globally configured rules.This operation can fail for the following reasons:* The rule type is unknown (HTTP error `400`)* The rule already exists (HTTP error `409`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(Rule body) Adds a rule to the list of globally configured rules.This operation can fail for the following reasons:* The rule type is unknown (HTTP error `400`)* The rule already exists (HTTP error `409`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(Rule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of globally configured rules.This operation can fail for the following reasons:* The rule type is unknown (HTTP error `400`)* The rule already exists (HTTP error `409`)* A server error occurred (HTTP error `500`) -
Uses of Rule in io.apicurio.registry.rest.client.v2.admin.rules.item
Methods in io.apicurio.registry.rest.client.v2.admin.rules.item that return RuleModifier and TypeMethodDescriptionWithRuleItemRequestBuilder.get()Returns information about the named globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)WithRuleItemRequestBuilder.get(Consumer<WithRuleItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns information about the named globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)WithRuleItemRequestBuilder.put(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)Methods in io.apicurio.registry.rest.client.v2.admin.rules.item with parameters of type RuleModifier and TypeMethodDescriptionUpdates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)WithRuleItemRequestBuilder.put(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithRuleItemRequestBuilder.toPutRequestInformation(Rule body) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithRuleItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`) -
Uses of Rule in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.rules
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.rules with parameters of type RuleModifier and TypeMethodDescriptionvoidAdds a rule to the list of rules that get applied to the artifact when adding newversions.voidRulesRequestBuilder.post(Rule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of rules that get applied to the artifact when adding newversions.com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(Rule body) Adds a rule to the list of rules that get applied to the artifact when adding newversions.com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(Rule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of rules that get applied to the artifact when adding newversions. -
Uses of Rule in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.rules.item
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.rules.item that return RuleModifier and TypeMethodDescriptionWithRuleItemRequestBuilder.get()Returns information about a single rule configured for an artifact.WithRuleItemRequestBuilder.get(Consumer<WithRuleItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns information about a single rule configured for an artifact.Updates the configuration of a single rule for the artifact.WithRuleItemRequestBuilder.put(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact.Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.rules.item with parameters of type RuleModifier and TypeMethodDescriptionUpdates the configuration of a single rule for the artifact.WithRuleItemRequestBuilder.put(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact.com.microsoft.kiota.RequestInformationWithRuleItemRequestBuilder.toPutRequestInformation(Rule body) Updates the configuration of a single rule for the artifact.com.microsoft.kiota.RequestInformationWithRuleItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact. -
Uses of Rule in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return RuleModifier and TypeMethodDescriptionstatic RuleRule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value