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