Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
DatasourceEntryModel |
DatasourceEntryModel.setDsId(Integer dsId)
Set the entry ID
|
DatasourceEntryModel |
DatasourceEntryModel.setGlobalId(String globalId)
Set the global ID
|
DatasourceEntryModel |
DatasourceEntryModel.setId(Integer id)
Set the local ID
|
DatasourceEntryModel |
DatasourceEntryModel.setKey(String key)
Set the entry key
|
DatasourceEntryModel |
DatasourceEntryModel.setValue(String value)
Set the entry value
|
Modifier and Type | Method and Description |
---|---|
DatasourceEntryModel |
DatasourceEntryResponse.getEntry()
Datasource entry
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceEntryResponse.setEntry(DatasourceEntryModel entry)
Set the datasource entry
|
Constructor and Description |
---|
DatasourceEntryResponse(ResponseInfo info,
DatasourceEntryModel entry)
Create an instance with response info and entry
|
Modifier and Type | Method and Description |
---|---|
DatasourceEntryResponse |
DatasourceResource.addEntry(String id,
DatasourceEntryModel item)
Create a datasource entry in the datasource
|
DatasourceEntryResponse |
DatasourceResource.updateEntry(String id,
String entryId,
DatasourceEntryModel item)
Update a datasource entry
|
Modifier and Type | Method and Description |
---|---|
DatasourceEntryListResponse |
DatasourceResource.updateEntryList(String id,
List<DatasourceEntryModel> items)
Update the entries in the given order
|
Copyright © 2024 Gentics Software. All rights reserved.