public class Credential extends Object
| Constructor and Description |
|---|
Credential() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
accessCode(String accessCode) |
boolean |
equals(Object o) |
String |
getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
String |
getType() |
String |
getValue()
Specifies the value of the tab.
|
int |
hashCode() |
void |
setAccessCode(String accessCode) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
Credential |
type(String type) |
Credential |
value(String value) |
public Credential accessCode(String accessCode)
public String getAccessCode()
public void setAccessCode(String accessCode)
public Credential type(String type)
public String getType()
public void setType(String type)
public Credential value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.