Class Workspace


  • public class Workspace
    extends Object
    A Workspace the current account belongs to
    • Constructor Detail

      • Workspace

        public Workspace()
    • Method Detail

      • getId

        public String getId()
        Returns the Workspace ID.
        Returns:
        Workspace ID
      • getName

        public String getName()
        Returns the Workspace name.
        Returns:
        Workspace name
      • getCreatedAt

        public long getCreatedAt()
        Returns the creation time, Unix timestamp in seconds.
        Returns:
        creation time
      • getUpdatedAt

        public long getUpdatedAt()
        Returns the last updated time, Unix timestamp in seconds.
        Returns:
        last updated time