Class KnowledgeDocumentBulkVersionAddEntity

java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentBulkVersionAddEntity
All Implemented Interfaces:
Serializable

public class KnowledgeDocumentBulkVersionAddEntity extends Object implements Serializable
KnowledgeDocumentBulkVersionAddEntity
See Also:
  • Constructor Details

    • KnowledgeDocumentBulkVersionAddEntity

      public KnowledgeDocumentBulkVersionAddEntity()
    • KnowledgeDocumentBulkVersionAddEntity

      public KnowledgeDocumentBulkVersionAddEntity(Boolean initWithEmptyList)
  • Method Details

    • id

      The globally unique identifier for the object.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • restoreFromVersionId

      public KnowledgeDocumentBulkVersionAddEntity restoreFromVersionId(String restoreFromVersionId)
      The globally unique identifier for the document version. If the value is provided, the document is restored to the given version.
    • getRestoreFromVersionId

      public String getRestoreFromVersionId()
    • setRestoreFromVersionId

      public void setRestoreFromVersionId(String restoreFromVersionId)
    • restorePrevious

      public KnowledgeDocumentBulkVersionAddEntity restorePrevious(Boolean restorePrevious)
      Indicates if the document's previous version will be restored
    • getRestorePrevious

      public Boolean getRestorePrevious()
    • setRestorePrevious

      public void setRestorePrevious(Boolean restorePrevious)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object