public class FolderResponse extends Object
Constructor and Description |
---|
FolderResponse() |
Modifier and Type | Method and Description |
---|---|
List<FolderItem> |
getContent() |
String |
getId() |
List<FolderPath> |
getPath() |
String |
getScopeType() |
boolean |
isReadOnly() |
void |
setContent(List<FolderItem> content) |
void |
setId(String id) |
void |
setPath(List<FolderPath> path) |
void |
setReadOnly(boolean readOnly) |
void |
setScopeType(String scopeType) |
public String getId()
public void setId(String id)
public String getScopeType()
public void setScopeType(String scopeType)
public List<FolderPath> getPath()
public void setPath(List<FolderPath> path)
public List<FolderItem> getContent()
public void setContent(List<FolderItem> content)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)