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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityActionArgument
build()
EntityActionArgument.Builder
copy(EntityActionArgument model)
EntityActionArgument.Builder
entityName(String entityName)
Name of referenced entity.EntityActionArgument.Builder
isMultiValue(Boolean isMultiValue)
Is the entity action argument multi-valueEntityActionArgument.Builder
metaType(String metaType)
Metatype of an entity action argumentEntityActionArgument.Builder
name(String name)
Name of an entity action argumentEntityActionArgument.Builder
naturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping)
EntityActionArgument.Builder
type(EntityAttributeType type)
Type of an entity action argument
-
-
-
Method Detail
-
name
public EntityActionArgument.Builder name(String name)
Name of an entity action argument- Parameters:
name
- the value to set- Returns:
- this builder
-
type
public EntityActionArgument.Builder type(EntityAttributeType type)
Type of an entity action argument- Parameters:
type
- the value to set- Returns:
- this builder
-
metaType
public EntityActionArgument.Builder metaType(String metaType)
Metatype of an entity action argument- Parameters:
metaType
- the value to set- Returns:
- this builder
-
naturalLanguageMapping
public EntityActionArgument.Builder naturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping)
-
isMultiValue
public EntityActionArgument.Builder isMultiValue(Boolean isMultiValue)
Is the entity action argument multi-value- Parameters:
isMultiValue
- the value to set- Returns:
- this builder
-
entityName
public EntityActionArgument.Builder entityName(String entityName)
Name of referenced entity.- Parameters:
entityName
- the value to set- Returns:
- this builder
-
build
public EntityActionArgument build()
-
copy
public EntityActionArgument.Builder copy(EntityActionArgument model)
-
-