Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api | |
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
DataObjectObject |
DataObjectsApi.addDataObject(String id,
DataObjectObject body)
Create a data object
|
DataObjectObject |
DataObjectsApi.readDataObject(String id,
String objectId)
Retrieves a data object of a project
|
DataObjectObject |
DataObjectsApi.readRevisionedDataObjects(String id,
String revision)
Retrieve all the data objects of the highest semantic version of a project for a given revision.
|
DataObjectObject |
DataObjectsApi.readRevisionedDataObjects(String id,
String revision,
List<String> name)
Retrieve all the data objects of the highest semantic version of a project for a given revision.
|
DataObjectObject |
DataObjectsApi.readVersionedDataObjects(String id,
String version)
Retrieve all the data objects of a project given version id
|
DataObjectObject |
DataObjectsApi.readVersionedDataObjects(String id,
String version,
List<String> name)
Retrieve all the data objects of a project given version id
|
DataObjectObject |
DataObjectsApi.updateDataObject(String id,
String objectId)
Update a data object of a project
|
DataObjectObject |
DataObjectsApi.updateDataObject(String id,
String objectId,
DataObjectObject body)
Update a data object of a project
|
Modifier and Type | Method and Description |
---|---|
List<DataObjectObject> |
DataObjectsApi.readDataObjects(String id)
Retrieve all the data objects of a project
|
List<DataObjectObject> |
DataObjectsApi.readDataObjects(String id,
List<String> name,
Integer $skip,
Integer $top)
Retrieve all the data objects of a project
|
Modifier and Type | Method and Description |
---|---|
DataObjectObject |
DataObjectsApi.addDataObject(String id,
DataObjectObject body)
Create a data object
|
DataObjectObject |
DataObjectsApi.updateDataObject(String id,
String objectId,
DataObjectObject body)
Update a data object of a project
|
Modifier and Type | Method and Description |
---|---|
DataObjectObject |
DataObjectObject.addAnnotationsItem(Object annotationsItem)
Add one Annotations instance to this
DataObjectObject . |
DataObjectObject |
DataObjectObject.addDescriptionItem(Object descriptionItem)
Add one Description instance to this
DataObjectObject . |
DataObjectObject |
DataObjectObject.addLabelItem(Object labelItem)
Add one Label instance to this
DataObjectObject . |
DataObjectObject |
DataObjectObject.annotations(List<Object> annotations)
Set the annotations of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.changedBy(String changedBy)
Set the changedBy of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.changedOn(OffsetDateTime changedOn)
Set the changedOn of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.description(List<Object> description)
Set the description of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.element(Element element)
Set the element of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.extensible(Boolean extensible)
Set the extensible of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.extension(Object extension)
Set the extension of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.id(String id)
Set the id of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.label(List<Object> label)
Set the label of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.name(String name)
Set the name of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.project(String project)
Set the project of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.structure(Structure structure)
Set the structure of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.table(Table table)
Set the table of this
DataObjectObject instance and return the same instance. |
DataObjectObject |
DataObjectObject.type(DataObjectObject.TypeEnum type)
Set the type of this
DataObjectObject instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
List<DataObjectObject> |
Project.getDataObject()
Get dataObject
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.addDataObjectItem(DataObjectObject dataObjectItem)
Add one DataObject instance to this
Project . |
Modifier and Type | Method and Description |
---|---|
Project |
Project.dataObject(List<DataObjectObject> dataObject)
Set the dataObject of this
Project instance and return the same instance. |
void |
Project.setDataObject(List<DataObjectObject> dataObject)
Set the dataObject of this
Project instance. |
Copyright © 2021 SAP SE. All rights reserved.