Uses of Class
io.apicurio.registry.rest.client.models.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in io.apicurio.registry.rest.client.admin.rules.item
Methods in io.apicurio.registry.rest.client.admin.rules.item that return RuleModifier and TypeMethodDescriptionWithRuleTypeItemRequestBuilder.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`)WithRuleTypeItemRequestBuilder.get(Consumer<WithRuleTypeItemRequestBuilder.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`)WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.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.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`)WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.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.RequestInformationWithRuleTypeItemRequestBuilder.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.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleTypeItemRequestBuilder.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.groups.item.artifacts.item.rules.item
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.rules.item that return RuleModifier and TypeMethodDescriptionWithRuleTypeItemRequestBuilder.get()Returns information about a single rule configured for an artifact.WithRuleTypeItemRequestBuilder.get(Consumer<WithRuleTypeItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns information about a single rule configured for an artifact.Updates the configuration of a single rule for the artifact.WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact.Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.rules.item with parameters of type RuleModifier and TypeMethodDescriptionUpdates the configuration of a single rule for the artifact.WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact.com.microsoft.kiota.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body) Updates the configuration of a single rule for the artifact.com.microsoft.kiota.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the artifact. -
Uses of Rule in io.apicurio.registry.rest.client.groups.item.rules.item
Methods in io.apicurio.registry.rest.client.groups.item.rules.item that return RuleModifier and TypeMethodDescriptionWithRuleTypeItemRequestBuilder.get()Returns information about a single rule configured for a group.WithRuleTypeItemRequestBuilder.get(Consumer<WithRuleTypeItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns information about a single rule configured for a group.Updates the configuration of a single rule for the group.WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the group.Methods in io.apicurio.registry.rest.client.groups.item.rules.item with parameters of type RuleModifier and TypeMethodDescriptionUpdates the configuration of a single rule for the group.WithRuleTypeItemRequestBuilder.put(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the group.com.microsoft.kiota.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body) Updates the configuration of a single rule for the group.com.microsoft.kiota.RequestInformationWithRuleTypeItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleTypeItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration of a single rule for the group. -
Uses of Rule in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.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