Class CreateWorkspaceExternalFoldersJson

  • All Implemented Interfaces:
    Serializable

    public class CreateWorkspaceExternalFoldersJson
    extends BaseJson
    A collection of external folders to be created in a workspace.
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateWorkspaceExternalFoldersJson

        public CreateWorkspaceExternalFoldersJson()
    • Method Detail

      • getDeviceType

        public DeviceType getDeviceType()
        Device type
        Returns:
        Device type
      • setDeviceType

        public void setDeviceType​(DeviceType deviceType)
        Device type
        Parameters:
        deviceType - Device type
      • getRoomGuid

        public String getRoomGuid()
        Workspace Guid
        Returns:
        Workspace Guid
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
        Workspace Guid
        Parameters:
        roomGuid - Workspace Guid
      • getExternalRepository

        public ExternalRepositoryType getExternalRepository()
        External repository type
        Returns:
        External repository type
      • setExternalRepository

        public void setExternalRepository​(ExternalRepositoryType externalRepository)
        External repository type
        Parameters:
        externalRepository - External repository type
      • getFoldersPath

        public Set<String> getFoldersPath()
      • setFoldersPath

        public void setFoldersPath​(Set<String> foldersPath)
      • getRoomId

        public Integer getRoomId()
        Workspace ID
        Returns:
        Workspace ID
      • setRoomId

        public void setRoomId​(Integer roomId)
        Workspace ID
        Parameters:
        roomId - Workspace ID