Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractRuleMode
Packages that use ContractRuleMode
-
Uses of ContractRuleMode in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleModeModifier and TypeMethodDescriptionstatic ContractRuleModeContractRule.getMode()Gets the mode property value.static ContractRuleModeReturns the enum constant of this class with the specified name.static ContractRuleMode[]ContractRuleMode.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 ContractRuleModeModifier and TypeMethodDescriptionvoidContractRule.setMode(ContractRuleMode value) Sets the mode property value.