@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class WorkspaceUser extends Object
| 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()
public void setAccountId(String accountId)
public String getAccountName()
public void setAccountName(String accountName)
public String getActiveSince()
public void setActiveSince(String activeSince)
public String getCreated()
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()
public void setLastModified(String lastModified)
public String getLastModifiedById()
public void setLastModifiedById(String lastModifiedById)
public String getStatus()
public void setStatus(String status)
public String getType()
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()
public void setWorkspaceUserBaseUrl(String workspaceUserBaseUrl)
public String getWorkspaceUserId()
public void setWorkspaceUserId(String workspaceUserId)
Copyright © 2017. All rights reserved.