Uses of Enum Class
io.apicurio.registry.rest.client.models.RuleType
Packages that use RuleType
Package
Description
-
Uses of RuleType in io.apicurio.registry.rest.client.admin.rules
Methods in io.apicurio.registry.rest.client.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.groups.item.artifacts.item.rules
Methods in io.apicurio.registry.rest.client.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.groups.item.rules
Methods in io.apicurio.registry.rest.client.groups.item.rules that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionRulesRequestBuilder.get()Returns a list of all rules configured for the group.RulesRequestBuilder.get(Consumer<RulesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all rules configured for the group. -
Uses of RuleType in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return RuleTypeModifier and TypeMethodDescriptionstatic RuleTypeCreateRule.getRuleType()Gets the ruleType property value.Rule.getRuleType()Gets the ruleType 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.models with parameters of type RuleTypeModifier and TypeMethodDescriptionvoidCreateRule.setRuleType(RuleType value) Sets the ruleType property value.voidRule.setRuleType(RuleType value) Sets the ruleType property value.