Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Entity |
build() |
Entity.Builder |
copy(Entity model) |
Entity.Builder |
entityValue(String entityValue)
Entity value
|
Entity.Builder |
pronunciations(List<Pronunciation> pronunciations)
List of pronunciations (minimum 1, maximum 255)
|
Entity.Builder |
weight(Float weight)
Entity weight
|
public Entity.Builder entityValue(String entityValue)
Entity value
entityValue
- the value to setpublic Entity.Builder pronunciations(List<Pronunciation> pronunciations)
List of pronunciations (minimum 1, maximum 255)
pronunciations
- the value to setpublic Entity.Builder weight(Float weight)
Entity weight
weight
- the value to setpublic Entity build()
public Entity.Builder copy(Entity model)
Copyright © 2016–2024. All rights reserved.