public class Role extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Role.Type |
Constructor and Description |
---|
Role(com.esignlive.sdk.backend.datastore.esl.Role role,
String transactionId) |
Modifier and Type | Method and Description |
---|---|
String |
getCompany() |
String |
getDisplayName() |
String |
getEmail() |
String |
getEmailMessage() |
String |
getFirstName() |
String |
getGroupId() |
String |
getId() |
String |
getLastName() |
String |
getTitle() |
String |
getTransactionId() |
Role.Type |
getType() |
Validation |
getValidation() |
boolean |
isAllowChangeRecipient() |
boolean |
isSender() |
void |
updateValidation(com.esignlive.sdk.backend.datastore.esl.Auth auth)
updates the validation method.
|
public Role(com.esignlive.sdk.backend.datastore.esl.Role role, String transactionId)
public String getId()
public String getFirstName()
public String getLastName()
public boolean isAllowChangeRecipient()
public String getDisplayName()
public String getCompany()
public String getTitle()
public Role.Type getType()
public boolean isSender()
public String getEmail()
public String getEmailMessage()
public Validation getValidation()
public String getTransactionId()
public String getGroupId()
public void updateValidation(com.esignlive.sdk.backend.datastore.esl.Auth auth)
auth
- new authentication method to be applied to the role.