Uses of Enum Class
io.apicurio.registry.rest.client.v2.models.RuleType
Packages that use RuleType
Package
Description
-
Uses of RuleType in io.apicurio.registry.rest.client.v2.admin.rules
Methods in io.apicurio.registry.rest.client.v2.admin.rules that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionRulesRequestBuilder.get()Gets a list of all the currently configured global rules (if any).This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)RulesRequestBuilder.get(Consumer<RulesRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets a list of all the currently configured global rules (if any).This operation can fail for the following reasons:* A server error occurred (HTTP error `500`) -
Uses of RuleType 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 that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionRulesRequestBuilder.get()Returns a list of all rules configured for the artifact.RulesRequestBuilder.get(Consumer<RulesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all rules configured for the artifact. -
Uses of RuleType in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return RuleTypeModifier and TypeMethodDescriptionstatic RuleTypeRule.getType()Gets the type property value.static RuleTypeReturns the enum constant of this class with the specified name.static RuleType[]RuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.v2.models with parameters of type RuleType