Class DocumentStatistics

java.lang.Object
com.appiancorp.suiteapi.collaboration.Document
com.appiancorp.suiteapi.collaboration.DocumentStatistics
All Implemented Interfaces:
LocalId, Serializable, Cloneable

public class DocumentStatistics extends Document implements Serializable
This class represents a versioned document in the collaboration application. It has an additional property related to the download statistics of the document
See Also:
  • Constructor Details

    • DocumentStatistics

      public DocumentStatistics()
  • Method Details

    • getNumberOfDownloads

      public Long getNumberOfDownloads()
      Gets the number of times document was downloaded
      Returns:
      the number of times document was downloaded
    • setNumberOfDownloads

      public void setNumberOfDownloads(Long numberOfDownloads_)
      Sets the number of times document was downloaded