Class FolderResponse

java.lang.Object
com.flowable.platform.service.content.FolderResponse

public class FolderResponse extends Object
Author:
Javier Casal
  • Constructor Details

    • FolderResponse

      public FolderResponse()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getScopeType

      public String getScopeType()
    • setScopeType

      public void setScopeType(String scopeType)
    • getPath

      public List<FolderPath> getPath()
    • setPath

      public void setPath(List<FolderPath> path)
    • getContent

      public List<FolderItem> getContent()
    • setContent

      public void setContent(List<FolderItem> content)
    • isReadOnly

      public boolean isReadOnly()
    • setReadOnly

      public void setReadOnly(boolean readOnly)