Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractRuleOnSuccess
Packages that use ContractRuleOnSuccess
-
Uses of ContractRuleOnSuccess in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleOnSuccessModifier and TypeMethodDescriptionstatic ContractRuleOnSuccessContractRule.getOnSuccess()Gets the onSuccess property value.static ContractRuleOnSuccessReturns the enum constant of this class with the specified name.static ContractRuleOnSuccess[]ContractRuleOnSuccess.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 ContractRuleOnSuccessModifier and TypeMethodDescriptionvoidContractRule.setOnSuccess(ContractRuleOnSuccess value) Sets the onSuccess property value.