| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api | |
| com.sap.cloud.sdk.service.prov.api.internal |
| Modifier and Type | Method and Description |
|---|---|
EntityDataBuilder |
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 |
EntityDataBuilder.addElement(String name,
Object value)
Adds an element and its value to the EntityData which will be built from this EntityDataBuilder object.
|
EntityDataBuilder |
EntityDataBuilder.addKeyElement(String name,
Object value)
Adds a key element and its value to the EntityData which will be built from this EntityDataBuilder object.
|
static EntityDataBuilder |
EntityData.getBuilder()
Returns an EntityDataBuilder instance which can be used to construct an entityData from scratch.
|
static EntityDataBuilder |
EntityData.getBuilder(EntityData entityData)
Returns an EntityDataBuilder instance which is partially initialized based on the passed entityData.
|
EntityDataBuilder |
EntityDataBuilder.removeElement(String name)
Removes an element from the EntityData which is built using this EntityDataBuilder object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEntityDataBuilder |
| Modifier and Type | Method and Description |
|---|---|
EntityDataBuilder |
DefaultEntityDataBuilder.addAssociationElement(String name,
Object value) |
Copyright © 2020 SAP. All Rights Reserved.