public class Workspace extends BZAObject
| Constructor and Description |
|---|
Workspace(HttpUtils httpUtils,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Project |
createProject(String name)
Create Project in current Workspace
|
static Workspace |
fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
List<Project> |
getProjects() |
getHttpUtils, getId, getName, setHttpUtils, setId, setNamepublic Project createProject(String name) throws IOException
name - - Name of the new ProjectIOExceptionpublic List<Project> getProjects() throws IOException
IOExceptionCopyright © 2017. All rights reserved.