public static class EntityActionArgument.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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-value
|
EntityActionArgument.Builder |
metaType(String metaType)
Metatype of an entity action argument
|
EntityActionArgument.Builder |
name(String name)
Name of an entity action argument
|
EntityActionArgument.Builder |
naturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping) |
EntityActionArgument.Builder |
type(EntityAttributeType type)
Type of an entity action argument
|
public EntityActionArgument.Builder name(String name)
Name of an entity action argument
name
- the value to setpublic EntityActionArgument.Builder type(EntityAttributeType type)
Type of an entity action argument
type
- the value to setpublic EntityActionArgument.Builder metaType(String metaType)
Metatype of an entity action argument
metaType
- the value to setpublic EntityActionArgument.Builder naturalLanguageMapping(EntityActionArgumentNaturalLanguageMapping naturalLanguageMapping)
public EntityActionArgument.Builder isMultiValue(Boolean isMultiValue)
Is the entity action argument multi-value
isMultiValue
- the value to setpublic EntityActionArgument.Builder entityName(String entityName)
Name of referenced entity.
entityName
- the value to setpublic EntityActionArgument build()
public EntityActionArgument.Builder copy(EntityActionArgument model)
Copyright © 2016–2024. All rights reserved.