Uses of Class
io.apicurio.registry.rest.client.models.CreateRule
Packages that use CreateRule
Package
Description
-
Uses of CreateRule in io.apicurio.registry.rest.client.admin.rules
Methods in io.apicurio.registry.rest.client.admin.rules with parameters of type CreateRuleModifier and TypeMethodDescriptionvoidRulesRequestBuilder.post(CreateRule 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`)voidRulesRequestBuilder.post(CreateRule 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(CreateRule 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(CreateRule 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 CreateRule in io.apicurio.registry.rest.client.groups.item.artifacts.item.rules
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.rules with parameters of type CreateRuleModifier and TypeMethodDescriptionvoidRulesRequestBuilder.post(CreateRule body) Adds a rule to the list of rules that get applied to the artifact when adding newversions.voidRulesRequestBuilder.post(CreateRule 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(CreateRule body) Adds a rule to the list of rules that get applied to the artifact when adding newversions.com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(CreateRule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of rules that get applied to the artifact when adding newversions. -
Uses of CreateRule in io.apicurio.registry.rest.client.groups.item.rules
Methods in io.apicurio.registry.rest.client.groups.item.rules with parameters of type CreateRuleModifier and TypeMethodDescriptionvoidRulesRequestBuilder.post(CreateRule body) Adds a rule to the list of rules that get applied to an artifact in the group when adding newversions.voidRulesRequestBuilder.post(CreateRule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of rules that get applied to an artifact in the group when adding newversions.com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(CreateRule body) Adds a rule to the list of rules that get applied to an artifact in the group when adding newversions.com.microsoft.kiota.RequestInformationRulesRequestBuilder.toPostRequestInformation(CreateRule body, Consumer<RulesRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a rule to the list of rules that get applied to an artifact in the group when adding newversions. -
Uses of CreateRule in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return CreateRuleModifier and TypeMethodDescriptionstatic CreateRuleCreateRule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value