Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractRuleOnFailure
Packages that use ContractRuleOnFailure
-
Uses of ContractRuleOnFailure in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleOnFailureModifier and TypeMethodDescriptionstatic ContractRuleOnFailureContractRule.getOnFailure()Gets the onFailure property value.static ContractRuleOnFailureReturns the enum constant of this class with the specified name.static ContractRuleOnFailure[]ContractRuleOnFailure.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 ContractRuleOnFailureModifier and TypeMethodDescriptionvoidContractRule.setOnFailure(ContractRuleOnFailure value) Sets the onFailure property value.