Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
RulesetAllOfRuleService |
RulesetAllOf.getRuleService()
Get ruleService
|
RulesetAllOfRuleService |
Ruleset.getRuleService()
Get ruleService
|
RulesetAllOfRuleService |
RulesetAllOfRuleService.objectId(String objectId)
Set the objectId of this
RulesetAllOfRuleService instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
List<RulesetAllOfRuleService> |
RulesetAllOfVocabulary.getExclusion()
Get exclusion
|
List<RulesetAllOfRuleService> |
RulesetAllOfVocabulary.getInclusion()
Get inclusion
|
List<RulesetAllOfRuleService> |
Vocabulary.getInput()
Get input
|
List<RulesetAllOfRuleService> |
Vocabulary.getReference()
Get reference
|
List<RulesetAllOfRuleService> |
Vocabulary.getResult()
Get result
|
Modifier and Type | Method and Description |
---|---|
RulesetAllOfVocabulary |
RulesetAllOfVocabulary.addExclusionItem(RulesetAllOfRuleService exclusionItem)
Add one Exclusion instance to this
RulesetAllOfVocabulary . |
RulesetAllOfVocabulary |
RulesetAllOfVocabulary.addInclusionItem(RulesetAllOfRuleService inclusionItem)
Add one Inclusion instance to this
RulesetAllOfVocabulary . |
Vocabulary |
Vocabulary.addInputItem(RulesetAllOfRuleService inputItem)
Add one Input instance to this
Vocabulary . |
Vocabulary |
Vocabulary.addReferenceItem(RulesetAllOfRuleService referenceItem)
Add one Reference instance to this
Vocabulary . |
Vocabulary |
Vocabulary.addResultItem(RulesetAllOfRuleService resultItem)
Add one Result instance to this
Vocabulary . |
RulesetAllOf |
RulesetAllOf.ruleService(RulesetAllOfRuleService ruleService)
Set the ruleService of this
RulesetAllOf instance and return the same instance. |
Ruleset |
Ruleset.ruleService(RulesetAllOfRuleService ruleService)
Set the ruleService of this
Ruleset instance and return the same instance. |
void |
RulesetAllOf.setRuleService(RulesetAllOfRuleService ruleService)
Set the ruleService of this
RulesetAllOf instance. |
void |
Ruleset.setRuleService(RulesetAllOfRuleService ruleService)
Set the ruleService of this
Ruleset instance. |
Modifier and Type | Method and Description |
---|---|
RulesetAllOfVocabulary |
RulesetAllOfVocabulary.exclusion(List<RulesetAllOfRuleService> exclusion)
Set the exclusion of this
RulesetAllOfVocabulary instance and return the same instance. |
RulesetAllOfVocabulary |
RulesetAllOfVocabulary.inclusion(List<RulesetAllOfRuleService> inclusion)
Set the inclusion of this
RulesetAllOfVocabulary instance and return the same instance. |
Vocabulary |
Vocabulary.input(List<RulesetAllOfRuleService> input)
Set the input of this
Vocabulary instance and return the same instance. |
Vocabulary |
Vocabulary.reference(List<RulesetAllOfRuleService> reference)
Set the reference of this
Vocabulary instance and return the same instance. |
Vocabulary |
Vocabulary.result(List<RulesetAllOfRuleService> result)
Set the result of this
Vocabulary instance and return the same instance. |
void |
RulesetAllOfVocabulary.setExclusion(List<RulesetAllOfRuleService> exclusion)
Set the exclusion of this
RulesetAllOfVocabulary instance. |
void |
RulesetAllOfVocabulary.setInclusion(List<RulesetAllOfRuleService> inclusion)
Set the inclusion of this
RulesetAllOfVocabulary instance. |
void |
Vocabulary.setInput(List<RulesetAllOfRuleService> input)
Set the input of this
Vocabulary instance. |
void |
Vocabulary.setReference(List<RulesetAllOfRuleService> reference)
Set the reference of this
Vocabulary instance. |
void |
Vocabulary.setResult(List<RulesetAllOfRuleService> result)
Set the result of this
Vocabulary instance. |
Copyright © 2021 SAP SE. All rights reserved.