Class FolderPubItem


  • public class FolderPubItem
    extends PubItem
    Represents a folder publication item.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FolderPubItem.Id
      Represents the ID of a folder publication item.
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderPubItem​(FolderPubItem.Id id)
      Constructs a new instance of the FolderPubItem class with the specified ID.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FolderPubItem

        public FolderPubItem​(FolderPubItem.Id id)
        Constructs a new instance of the FolderPubItem class with the specified ID.
        Parameters:
        id - The ID of the folder publication item.