Package com.docusign.esign.model
Class Workspace
- java.lang.Object
-
- com.docusign.esign.model.Workspace
-
public class Workspace extends Object
Provides properties that describe a workspace..
-
-
Constructor Summary
Constructors Constructor Description Workspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkspacebillableAccountId(String billableAccountId)billableAccountId.WorkspacecallerInformation(WorkspaceUser callerInformation)callerInformation.Workspacecreated(String created)created.WorkspacecreatedByInformation(WorkspaceUser createdByInformation)createdByInformation.booleanequals(Object o)Compares objects.StringgetBillableAccountId().WorkspaceUsergetCallerInformation().StringgetCreated().WorkspaceUsergetCreatedByInformation()Details about the user who created the workspace..StringgetLastModified()Utc date and time the comment was last updated (can only be done by creator.).WorkspaceUsergetLastModifiedByInformation()Details about the user who last modified the workspace..WorkspaceSettingsgetSettings()Information about the settings for the workspace..StringgetStatus()Indicates the envelope status.StringgetWorkspaceBaseUrl()The relative URL that may be used to access the workspace..StringgetWorkspaceDescription()Text describing the purpose of the workspace..StringgetWorkspaceId()The id of the workspace, always populated..StringgetWorkspaceName()The name of the workspace..StringgetWorkspaceUri()The relative URI that may be used to access the workspace..inthashCode()Returns the HashCode.WorkspacelastModified(String lastModified)lastModified.WorkspacelastModifiedByInformation(WorkspaceUser lastModifiedByInformation)lastModifiedByInformation.voidsetBillableAccountId(String billableAccountId)setBillableAccountId.voidsetCallerInformation(WorkspaceUser callerInformation)setCallerInformation.voidsetCreated(String created)setCreated.voidsetCreatedByInformation(WorkspaceUser createdByInformation)setCreatedByInformation.voidsetLastModified(String lastModified)setLastModified.voidsetLastModifiedByInformation(WorkspaceUser lastModifiedByInformation)setLastModifiedByInformation.voidsetSettings(WorkspaceSettings settings)setSettings.voidsetStatus(String status)setStatus.Workspacesettings(WorkspaceSettings settings)settings.voidsetWorkspaceBaseUrl(String workspaceBaseUrl)setWorkspaceBaseUrl.voidsetWorkspaceDescription(String workspaceDescription)setWorkspaceDescription.voidsetWorkspaceId(String workspaceId)setWorkspaceId.voidsetWorkspaceName(String workspaceName)setWorkspaceName.voidsetWorkspaceUri(String workspaceUri)setWorkspaceUri.Workspacestatus(String status)status.StringtoString()Converts the given object to string.WorkspaceworkspaceBaseUrl(String workspaceBaseUrl)workspaceBaseUrl.WorkspaceworkspaceDescription(String workspaceDescription)workspaceDescription.WorkspaceworkspaceId(String workspaceId)workspaceId.WorkspaceworkspaceName(String workspaceName)workspaceName.WorkspaceworkspaceUri(String workspaceUri)workspaceUri.
-
-
-
Method Detail
-
billableAccountId
public Workspace billableAccountId(String billableAccountId)
billableAccountId.- Returns:
- Workspace
-
getBillableAccountId
public String getBillableAccountId()
.- Returns:
- billableAccountId
-
setBillableAccountId
public void setBillableAccountId(String billableAccountId)
setBillableAccountId.
-
callerInformation
public Workspace callerInformation(WorkspaceUser callerInformation)
callerInformation.- Returns:
- Workspace
-
getCallerInformation
public WorkspaceUser getCallerInformation()
.- Returns:
- callerInformation
-
setCallerInformation
public void setCallerInformation(WorkspaceUser callerInformation)
setCallerInformation.
-
getCreated
public String getCreated()
.- Returns:
- created
-
setCreated
public void setCreated(String created)
setCreated.
-
createdByInformation
public Workspace createdByInformation(WorkspaceUser createdByInformation)
createdByInformation.- Returns:
- Workspace
-
getCreatedByInformation
public WorkspaceUser getCreatedByInformation()
Details about the user who created the workspace..- Returns:
- createdByInformation
-
setCreatedByInformation
public void setCreatedByInformation(WorkspaceUser createdByInformation)
setCreatedByInformation.
-
getLastModified
public String getLastModified()
Utc date and time the comment was last updated (can only be done by creator.).- Returns:
- lastModified
-
setLastModified
public void setLastModified(String lastModified)
setLastModified.
-
lastModifiedByInformation
public Workspace lastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
lastModifiedByInformation.- Returns:
- Workspace
-
getLastModifiedByInformation
public WorkspaceUser getLastModifiedByInformation()
Details about the user who last modified the workspace..- Returns:
- lastModifiedByInformation
-
setLastModifiedByInformation
public void setLastModifiedByInformation(WorkspaceUser lastModifiedByInformation)
setLastModifiedByInformation.
-
settings
public Workspace settings(WorkspaceSettings settings)
settings.- Returns:
- Workspace
-
getSettings
public WorkspaceSettings getSettings()
Information about the settings for the workspace..- Returns:
- settings
-
setSettings
public void setSettings(WorkspaceSettings settings)
setSettings.
-
getStatus
public String getStatus()
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..- Returns:
- status
-
setStatus
public void setStatus(String status)
setStatus.
-
workspaceBaseUrl
public Workspace workspaceBaseUrl(String workspaceBaseUrl)
workspaceBaseUrl.- Returns:
- Workspace
-
getWorkspaceBaseUrl
public String getWorkspaceBaseUrl()
The relative URL that may be used to access the workspace..- Returns:
- workspaceBaseUrl
-
setWorkspaceBaseUrl
public void setWorkspaceBaseUrl(String workspaceBaseUrl)
setWorkspaceBaseUrl.
-
workspaceDescription
public Workspace workspaceDescription(String workspaceDescription)
workspaceDescription.- Returns:
- Workspace
-
getWorkspaceDescription
public String getWorkspaceDescription()
Text describing the purpose of the workspace..- Returns:
- workspaceDescription
-
setWorkspaceDescription
public void setWorkspaceDescription(String workspaceDescription)
setWorkspaceDescription.
-
getWorkspaceId
public String getWorkspaceId()
The id of the workspace, always populated..- Returns:
- workspaceId
-
setWorkspaceId
public void setWorkspaceId(String workspaceId)
setWorkspaceId.
-
workspaceName
public Workspace workspaceName(String workspaceName)
workspaceName.- Returns:
- Workspace
-
getWorkspaceName
public String getWorkspaceName()
The name of the workspace..- Returns:
- workspaceName
-
setWorkspaceName
public void setWorkspaceName(String workspaceName)
setWorkspaceName.
-
getWorkspaceUri
public String getWorkspaceUri()
The relative URI that may be used to access the workspace..- Returns:
- workspaceUri
-
setWorkspaceUri
public void setWorkspaceUri(String workspaceUri)
setWorkspaceUri.
-
equals
public boolean equals(Object o)
Compares objects.
-
-