| Package | Description |
|---|---|
| com.gentics.contentnode.rest.model.response |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> |
ReferencedSyncableObjectsListResponse.getDependencies()
Get the indirect dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencedSyncableObjectsListResponse.setDependencies(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies)
Set the indirect dependencies.
|
| Constructor and Description |
|---|
ReferencedSyncableObjectsListResponse(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies,
List<Page> pages,
int pagesWithoutPermission,
List<File> files,
int filesWithoutPermission,
List<Image> images,
int imagesWithoutPermission)
Default constructor with no message and a response info containing just the
response code
OK. |
Copyright © 2024 Gentics Software. All rights reserved.