public class Workspace extends Object
Constructor and Description |
---|
Workspace() |
Modifier and Type | Method and Description |
---|---|
Workspace |
billableAccountId(String billableAccountId) |
Workspace |
created(String created) |
Workspace |
createdByInformation(WorkspaceUser createdByInformation) |
boolean |
equals(Object o) |
String |
getBillableAccountId() |
String |
getCreated() |
WorkspaceUser |
getCreatedByInformation()
Get createdByInformation
|
String |
getLastModified()
Utc date and time the comment was last updated (can only be done by creator.)
|
WorkspaceUser |
getLastModifiedByInformation()
Get lastModifiedByInformation
|
String |
getStatus()
Indicates the envelope status.
|
String |
getWorkspaceBaseUrl()
The relative URL that may be used to access the workspace.
|
String |
getWorkspaceDescription()
Text describing the purpose of the workspace.
|
String |
getWorkspaceId()
The id of the workspace, always populated.
|
String |
getWorkspaceName()
The name of the workspace.
|
String |
getWorkspaceUri()
The relative URI that may be used to access the workspace.
|
int |
hashCode() |
Workspace |
lastModified(String lastModified) |
Workspace |
lastModifiedByInformation(WorkspaceUser lastModifiedByInformation) |
void |
setBillableAccountId(String billableAccountId) |
void |
setCreated(String created) |
void |
setCreatedByInformation(WorkspaceUser createdByInformation) |
void |
setLastModified(String lastModified) |
void |
setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation) |
void |
setStatus(String status) |
void |
setWorkspaceBaseUrl(String workspaceBaseUrl) |
void |
setWorkspaceDescription(String workspaceDescription) |
void |
setWorkspaceId(String workspaceId) |
void |
setWorkspaceName(String workspaceName) |
void |
setWorkspaceUri(String workspaceUri) |
Workspace |
status(String status) |
String |
toString() |
Workspace |
workspaceBaseUrl(String workspaceBaseUrl) |
Workspace |
workspaceDescription(String workspaceDescription) |
Workspace |
workspaceId(String workspaceId) |
Workspace |
workspaceName(String workspaceName) |
Workspace |
workspaceUri(String workspaceUri) |
public String getBillableAccountId()
public void setBillableAccountId(String billableAccountId)
public String getCreated()
public void setCreated(String created)
public Workspace createdByInformation(WorkspaceUser createdByInformation)
public WorkspaceUser getCreatedByInformation()
public void setCreatedByInformation(WorkspaceUser createdByInformation)
public String getLastModified()
public void setLastModified(String lastModified)
public Workspace lastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
public WorkspaceUser getLastModifiedByInformation()
public void setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
public String getStatus()
public void setStatus(String status)
public String getWorkspaceBaseUrl()
public void setWorkspaceBaseUrl(String workspaceBaseUrl)
public String getWorkspaceDescription()
public void setWorkspaceDescription(String workspaceDescription)
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public String getWorkspaceName()
public void setWorkspaceName(String workspaceName)
public String getWorkspaceUri()
public void setWorkspaceUri(String workspaceUri)
Copyright © 2018. All rights reserved.