Uses of Class
com.gentics.contentnode.rest.model.response.DatasourceEntryResponse
-
Packages that use DatasourceEntryResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of DatasourceEntryResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return DatasourceEntryResponse Modifier and Type Method Description DatasourceEntryResponse
DatasourceResource. addEntry(String id, DatasourceEntryModel item)
Create a datasource entry in the datasourceDatasourceEntryResponse
DatasourceResource. getEntry(String id, String entryId)
Get existing datasource entryDatasourceEntryResponse
DatasourceResource. updateEntry(String id, String entryId, DatasourceEntryModel item)
Update a datasource entry
-