Package com.oracle.bmc.oda.model
Class EntityActionArgument.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.EntityActionArgument.Builder
 
- 
- Enclosing class:
- EntityActionArgument
 
 public static class EntityActionArgument.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityActionArgumentbuild()EntityActionArgument.Buildercopy(EntityActionArgument model)EntityActionArgument.BuilderentityName(String entityName)Name of referenced entity.EntityActionArgument.BuilderisMultiValue(Boolean isMultiValue)Is the entity action argument multi-valueEntityActionArgument.BuildermetaType(String metaType)Metatype of an entity action argumentEntityActionArgument.Buildername(String name)Name of an entity action argumentEntityActionArgument.BuildernaturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping)EntityActionArgument.Buildertype(EntityAttributeType type)Type of an entity action argument
 
- 
- 
- 
Method Detail- 
namepublic EntityActionArgument.Builder name(String name) Name of an entity action argument- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
typepublic EntityActionArgument.Builder type(EntityAttributeType type) Type of an entity action argument- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
metaTypepublic EntityActionArgument.Builder metaType(String metaType) Metatype of an entity action argument- Parameters:
- metaType- the value to set
- Returns:
- this builder
 
 - 
naturalLanguageMappingpublic EntityActionArgument.Builder naturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping) 
 - 
isMultiValuepublic EntityActionArgument.Builder isMultiValue(Boolean isMultiValue) Is the entity action argument multi-value- Parameters:
- isMultiValue- the value to set
- Returns:
- this builder
 
 - 
entityNamepublic EntityActionArgument.Builder entityName(String entityName) Name of referenced entity.- Parameters:
- entityName- the value to set
- Returns:
- this builder
 
 - 
buildpublic EntityActionArgument build() 
 - 
copypublic EntityActionArgument.Builder copy(EntityActionArgument model) 
 
- 
 
-