@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class WorkspaceUser extends Object
A workspaceUser representing the user. This property is only returned in response to user specific GET call.
| Constructor and Description |
|---|
WorkspaceUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getAccountName()
The name of the account that the workspace user belongs to.
|
String |
getActiveSince() |
String |
getCreated()
The UTC DateTime when the workspace user was created.
|
String |
getCreatedById() |
String |
getEmail() |
ErrorDetails |
getErrorDetails() |
String |
getLastModified()
Utc date and time the comment was last updated (can only be done by creator.)
|
String |
getLastModifiedById() |
String |
getStatus()
Indicates the envelope status.
|
String |
getType()
Type of the user.
|
String |
getUserId() |
String |
getUserName() |
String |
getWorkspaceId() |
String |
getWorkspaceUserBaseUrl()
The relative URI that may be used to access a workspace user.
|
String |
getWorkspaceUserId() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAccountName(String accountName) |
void |
setActiveSince(String activeSince) |
void |
setCreated(String created) |
void |
setCreatedById(String createdById) |
void |
setEmail(String email) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLastModified(String lastModified) |
void |
setLastModifiedById(String lastModifiedById) |
void |
setStatus(String status) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
void |
setWorkspaceId(String workspaceId) |
void |
setWorkspaceUserBaseUrl(String workspaceUserBaseUrl) |
void |
setWorkspaceUserId(String workspaceUserId) |
String |
toString() |
public String getAccountId()
The account ID associated with the envelope.
public void setAccountId(String accountId)
public String getAccountName()
The name of the account that the workspace user belongs to.
public void setAccountName(String accountName)
public String getActiveSince()
public void setActiveSince(String activeSince)
public String getCreated()
The UTC DateTime when the workspace user was created.
public void setCreated(String created)
public String getCreatedById()
public void setCreatedById(String createdById)
public String getEmail()
public void setEmail(String email)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getLastModified()
Utc date and time the comment was last updated (can only be done by creator.)
public void setLastModified(String lastModified)
public String getLastModifiedById()
public void setLastModifiedById(String lastModifiedById)
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 getType()
Type of the user. Valid values: type_owner, type_participant.
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public String getWorkspaceUserBaseUrl()
The relative URI that may be used to access a workspace user.
public void setWorkspaceUserBaseUrl(String workspaceUserBaseUrl)
public String getWorkspaceUserId()
public void setWorkspaceUserId(String workspaceUserId)
Copyright © 2017. All Rights Reserved.