@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CaptiveRecipient extends Object
| Constructor and Description |
|---|
CaptiveRecipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientUserId()
Specifies whether the recipient is embedded or remote.
|
String |
getEmail()
Specifies the email address associated with the captive recipient.
|
ErrorDetails |
getErrorDetails() |
String |
getUserName()
Specifies the user name associated with the captive recipient.
|
int |
hashCode() |
void |
setClientUserId(String clientUserId) |
void |
setEmail(String email) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setUserName(String userName) |
String |
toString() |
public String getClientUserId()
Specifies whether the recipient is embedded or remote. \n\nIf the clientUserId property is not null then the recipient is embedded. Note that if the ClientUserId property is set and either SignerMustHaveAccount or SignerMustLoginToSign property of the account settings is set to true, an error is generated on sending.ng. \n\nMaximum length: 100 characters.
public void setClientUserId(String clientUserId)
public String getEmail()
Specifies the email address associated with the captive recipient.
public void setEmail(String email)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getUserName()
Specifies the user name associated with the captive recipient.
public void setUserName(String userName)
Copyright © 2017. All Rights Reserved.