Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractRuleKind
Packages that use ContractRuleKind
-
Uses of ContractRuleKind in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleKindModifier and TypeMethodDescriptionstatic ContractRuleKindContractRule.getKind()Gets the kind property value.static ContractRuleKindReturns the enum constant of this class with the specified name.static ContractRuleKind[]ContractRuleKind.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 ContractRuleKindModifier and TypeMethodDescriptionvoidContractRule.setKind(ContractRuleKind value) Sets the kind property value.