Uses of Class
io.apicurio.registry.rest.client.models.ContractRule
Packages that use ContractRule
-
Uses of ContractRule in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractRuleModifier and TypeMethodDescriptionstatic ContractRuleContractRule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueContractRuleSearchResult.getRule()Gets the rule property value.Methods in io.apicurio.registry.rest.client.models that return types with arguments of type ContractRuleModifier and TypeMethodDescriptionContractRuleSet.getDomainRules()Gets the domainRules property value.ContractRuleSet.getMigrationRules()Gets the migrationRules property value.Methods in io.apicurio.registry.rest.client.models with parameters of type ContractRuleModifier and TypeMethodDescriptionvoidContractRuleSearchResult.setRule(ContractRule value) Sets the rule property value.Method parameters in io.apicurio.registry.rest.client.models with type arguments of type ContractRuleModifier and TypeMethodDescriptionvoidContractRuleSet.setDomainRules(List<ContractRule> value) Sets the domainRules property value.voidContractRuleSet.setMigrationRules(List<ContractRule> value) Sets the migrationRules property value.