public interface EntityDataBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityDataBuilder |
addAssociationElement(String name,
Object value)
Adds an association element and its value to the EntityData which will be built from this EntityDataBuilder object.
|
EntityDataBuilder |
addElement(String name,
Object value)
Adds an element and its value to the EntityData which will be built from this EntityDataBuilder object.
|
EntityDataBuilder |
addKeyElement(String name,
Object value)
Adds a key element and its value to the EntityData which will be built from this EntityDataBuilder object.
|
EntityData |
buildEntityData(String name)
Builds and returns an entityData based on the current initialized values of the EntityDataBuilder.
|
EntityDataBuilder |
removeElement(String name)
Removes an element from the EntityData which is built using this EntityDataBuilder object.
|
EntityDataBuilder addElement(String name, Object value)
name - Name of the elementvalue - Value of the elementEntityDataBuilder removeElement(String name)
name - Name of the elementEntityDataBuilder addKeyElement(String name, Object value)
name - Name of the key elementvalue - Value of the key elementEntityData buildEntityData(String name)
name - The name of the Entity that would be represented by the created EntityDataEntityDataBuilder addAssociationElement(String name, Object value)
name - Name of the association elementvalue - Value of the association elementCopyright © 2020 SAP. All Rights Reserved.