public final class DocumentsMoveElementsToDocumentResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
DocumentsMoveElementsToDocumentResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getErrorMessage() |
Get Error message if the call fails
|
Boolean |
getIsNewDocument() |
Get true if elements have been moved to a new document
|
String |
getNewDocumentId() |
Get ID of new document
|
String |
getNewDocumentName() |
Get Name of new document
|
String |
getNewDocumentVersionId() |
Get the new version created in the target document, can be null
|
String |
getNewWorkspaceId() |
Get ID of new workspace
|
String |
toString() |
getOtherPropertiespublic DocumentsMoveElementsToDocumentResponse()
public final String getNewDocumentId()
public final String getNewDocumentName()
public final String getNewWorkspaceId()
public final String getNewDocumentVersionId()
public final String getErrorMessage()
public final Boolean getIsNewDocument()
Copyright © 2021. All rights reserved.