Class DeleteFolderJson

    • Constructor Detail

      • DeleteFolderJson

        public DeleteFolderJson()
    • Method Detail

      • getDeviceType

        public DeviceType getDeviceType()
        The device type
        Returns:
        The device type
      • setDeviceType

        public void setDeviceType​(DeviceType deviceType)
        The device type
        Parameters:
        deviceType - The device type
      • getPath

        public String getPath()
        Path of the folder to delete
        Returns:
        Path of the folder to delete
      • setPath

        public void setPath​(String path)
        Path of the folder to delete
        Parameters:
        path - Path of the folder to delete
      • getFolderGuid

        public String getFolderGuid()
        Guid of the folder to delete
        Returns:
        Guid of the folder to delete
      • setFolderGuid

        public void setFolderGuid​(String folderGuid)
        Guid of the folder to delete
        Parameters:
        folderGuid - Guid of the folder to delete
      • getFolderId

        public Integer getFolderId()
        Id of the folder to delete
        Returns:
        Id of the folder to delete
      • setFolderId

        public void setFolderId​(Integer folderId)
        Id of the folder to delete
        Parameters:
        folderId - Id of the folder to delete