Package com.oracle.bmc.oda.model
Class EntityAttribute.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.EntityAttribute.Builder
 
- 
- Enclosing class:
- EntityAttribute
 
 public static class EntityAttribute.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAttributebuild()EntityAttribute.Buildercopy(EntityAttribute model)EntityAttribute.BuilderentityName(String entityName)Name of referenced entity.EntityAttribute.BuilderisFuzzyMatch(Boolean isFuzzyMatch)Is the entity attribute a fuzzy matchEntityAttribute.BuilderisInvertComparisons(Boolean isInvertComparisons)Are comparisons inverted in the entity attributeEntityAttribute.BuilderisMultiValue(Boolean isMultiValue)Is the entity attribute multi-valueEntityAttribute.Buildername(String name)The name of an entity attributeEntityAttribute.BuildernaturalLanguageMapping(EntityAttributeNaturalLanguageMapping naturalLanguageMapping)EntityAttribute.BuildertemporalPreference(TemporalPreference temporalPreference)Temporal preference of an attributeEntityAttribute.Buildertype(EntityAttributeType type)The type of an entity attribute
 
- 
- 
- 
Method Detail- 
namepublic EntityAttribute.Builder name(String name) The name of an entity attribute- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
typepublic EntityAttribute.Builder type(EntityAttributeType type) The type of an entity attribute- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
naturalLanguageMappingpublic EntityAttribute.Builder naturalLanguageMapping(EntityAttributeNaturalLanguageMapping naturalLanguageMapping) 
 - 
isMultiValuepublic EntityAttribute.Builder isMultiValue(Boolean isMultiValue) Is the entity attribute multi-value- Parameters:
- isMultiValue- the value to set
- Returns:
- this builder
 
 - 
isFuzzyMatchpublic EntityAttribute.Builder isFuzzyMatch(Boolean isFuzzyMatch) Is the entity attribute a fuzzy match- Parameters:
- isFuzzyMatch- the value to set
- Returns:
- this builder
 
 - 
isInvertComparisonspublic EntityAttribute.Builder isInvertComparisons(Boolean isInvertComparisons) Are comparisons inverted in the entity attribute- Parameters:
- isInvertComparisons- the value to set
- Returns:
- this builder
 
 - 
temporalPreferencepublic EntityAttribute.Builder temporalPreference(TemporalPreference temporalPreference) Temporal preference of an attribute- Parameters:
- temporalPreference- the value to set
- Returns:
- this builder
 
 - 
entityNamepublic EntityAttribute.Builder entityName(String entityName) Name of referenced entity.- Parameters:
- entityName- the value to set
- Returns:
- this builder
 
 - 
buildpublic EntityAttribute build() 
 - 
copypublic EntityAttribute.Builder copy(EntityAttribute model) 
 
- 
 
-