@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserSignatureDefinition extends Object
| Constructor and Description |
|---|
UserSignatureDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSignatureFont() |
String |
getSignatureId()
Specifies the signature ID associated with the signature name.
|
String |
getSignatureInitials() |
String |
getSignatureName()
Specifies the user signature name.
|
int |
hashCode() |
void |
setSignatureFont(String signatureFont) |
void |
setSignatureId(String signatureId) |
void |
setSignatureInitials(String signatureInitials) |
void |
setSignatureName(String signatureName) |
String |
toString() |
public String getSignatureFont()
public void setSignatureFont(String signatureFont)
public String getSignatureId()
Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the signatureName property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.
public void setSignatureId(String signatureId)
public String getSignatureInitials()
public void setSignatureInitials(String signatureInitials)
public String getSignatureName()
Specifies the user signature name.
public void setSignatureName(String signatureName)
Copyright © 2017. All Rights Reserved.