Class FolderResponse


  • public class FolderResponse
    extends java.lang.Object
    Author:
    Javier Casal
    • Constructor Detail

      • FolderResponse

        public FolderResponse()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getScopeType

        public java.lang.String getScopeType()
      • setScopeType

        public void setScopeType​(java.lang.String scopeType)
      • getPath

        public java.util.List<FolderPath> getPath()
      • setPath

        public void setPath​(java.util.List<FolderPath> path)
      • getContent

        public java.util.List<FolderItem> getContent()
      • setContent

        public void setContent​(java.util.List<FolderItem> content)
      • isReadOnly

        public boolean isReadOnly()
      • setReadOnly

        public void setReadOnly​(boolean readOnly)