Interface DocusaurusFileOrFolder

All Known Implementing Classes:
DocusaurusFile, DocusaurusFolder

public interface DocusaurusFileOrFolder
  • Method Details

    • getShortId

      String getShortId()
    • getLongId

      String getLongId()
    • getTitle

      String getTitle()
    • isFile

      boolean isFile()
    • getOrder

      int getOrder()
    • isFolder

      boolean isFolder()
    • toJSON

      String toJSON(int indent)