Uses of Class
io.apicurio.registry.rest.client.v2.admin.rules.RulesRequestBuilder.PostRequestConfiguration
Packages that use RulesRequestBuilder.PostRequestConfiguration
-
Uses of RulesRequestBuilder.PostRequestConfiguration in io.apicurio.registry.rest.client.v2.admin.rules
Method parameters in io.apicurio.registry.rest.client.v2.admin.rules with type arguments of type RulesRequestBuilder.PostRequestConfigurationModifier and TypeMethodDescriptionvoidRulesRequestBuilder.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, 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`)