@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Workspace extends Object
Provides properties that describe a workspace.
| Constructor and Description |
|---|
Workspace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBillableAccountId() |
String |
getCreated() |
WorkspaceUser |
getCreatedByInformation() |
String |
getLastModified()
Utc date and time the comment was last updated (can only be done by creator.)
|
WorkspaceUser |
getLastModifiedByInformation() |
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() |
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) |
String |
toString() |
public String getBillableAccountId()
public void setBillableAccountId(String billableAccountId)
public String getCreated()
public void setCreated(String created)
public WorkspaceUser getCreatedByInformation()
public void setCreatedByInformation(WorkspaceUser createdByInformation)
public String getLastModified()
Utc date and time the comment was last updated (can only be done by creator.)
public void setLastModified(String lastModified)
public WorkspaceUser getLastModifiedByInformation()
public void setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
public String getWorkspaceBaseUrl()
The relative URL that may be used to access the workspace.
public void setWorkspaceBaseUrl(String workspaceBaseUrl)
public String getWorkspaceDescription()
Text describing the purpose of the workspace.
public void setWorkspaceDescription(String workspaceDescription)
public String getWorkspaceId()
The id of the workspace, always populated.
public void setWorkspaceId(String workspaceId)
public String getWorkspaceName()
The name of the workspace.
public void setWorkspaceName(String workspaceName)
public String getWorkspaceUri()
The relative URI that may be used to access the workspace.
public void setWorkspaceUri(String workspaceUri)
Copyright © 2017. All Rights Reserved.