Class Config.Document.Info

java.lang.Object
org.exoplatform.onlyoffice.Config.Document.Info
Enclosing class:
Config.Document

public static class Config.Document.Info extends Object
The Class Info.
  • Field Details

    • owner

      protected final String owner
      The owner.
    • uploaded

      protected final String uploaded
      The uploaded.
    • folder

      protected final String folder
      The folder.
  • Constructor Details

    • Info

      protected Info(String owner, String uploaded, String folder)
      Instantiates a new info.
      Parameters:
      owner - the owner
      uploaded - the uploaded
      folder - the folder
  • Method Details

    • getOwner

      public String getOwner()
      Gets the owner.
      Returns:
      the owner
    • getUploaded

      public String getUploaded()
      Gets the uploaded.
      Returns:
      the uploaded
    • getFolder

      public String getFolder()
      Gets the folder.
      Returns:
      the folder