Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractRuleSearchResultRuleCategory
Packages that use ContractRuleSearchResultRuleCategory
-
Uses of ContractRuleSearchResultRuleCategory in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleSearchResultRuleCategoryModifier and TypeMethodDescriptionContractRuleSearchResult.getRuleCategory()Gets the ruleCategory property value.Returns the enum constant of this class with the specified name.static ContractRuleSearchResultRuleCategory[]ContractRuleSearchResultRuleCategory.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 ContractRuleSearchResultRuleCategoryModifier and TypeMethodDescriptionvoidContractRuleSearchResult.setRuleCategory(ContractRuleSearchResultRuleCategory value) Sets the ruleCategory property value.