Class FolderUsageListResponse

All Implemented Interfaces:
Serializable

public class FolderUsageListResponse extends LegacyFolderListResponse
Response for a folder usage request.
See Also:
  • Constructor Details

    • FolderUsageListResponse

      public FolderUsageListResponse()
      Empty constructor
    • FolderUsageListResponse

      public FolderUsageListResponse(Message message, ResponseInfo responseInfo, List<Folder> folders, int total, int withoutPermission)
      Create a new instance
      Parameters:
      message - message
      responseInfo - response info
      folders - folders
      total - total number of folders
      withoutPermission - number of folders without permission
  • Method Details

    • getWithoutPermission

      public int getWithoutPermission()
      Get the number of folders without permission
      Returns:
      number of folders without permission
    • getTotal

      public int getTotal()
      Get the total number of folders
      Returns:
      total number of folders
    • setWithoutPermission

      public void setWithoutPermission(int withoutPermission)
      Set the number of folders without permission
      Parameters:
      withoutPermission - number of folders without permission
    • setTotal

      public void setTotal(int total)
      Set the total number of folders
      Parameters:
      total - total number of folders