Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentBulkVersionAddEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentBulkVersionAddEntity
- All Implemented Interfaces:
Serializable
KnowledgeDocumentBulkVersionAddEntity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The globally unique identifier for the object.restoreFromVersionId(String restoreFromVersionId) The globally unique identifier for the document version.restorePrevious(Boolean restorePrevious) Indicates if the document's previous version will be restoredvoidvoidsetRestoreFromVersionId(String restoreFromVersionId) voidsetRestorePrevious(Boolean restorePrevious) toString()
-
Constructor Details
-
KnowledgeDocumentBulkVersionAddEntity
public KnowledgeDocumentBulkVersionAddEntity() -
KnowledgeDocumentBulkVersionAddEntity
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
restoreFromVersionId
The globally unique identifier for the document version. If the value is provided, the document is restored to the given version. -
getRestoreFromVersionId
-
setRestoreFromVersionId
-
restorePrevious
Indicates if the document's previous version will be restored -
getRestorePrevious
-
setRestorePrevious
-
equals
-
hashCode
public int hashCode() -
toString
-