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