@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserSignature extends Object
| Constructor and Description |
|---|
UserSignature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdoptedDateTime()
The date and time the user adopted their signature.
|
String |
getCreatedDateTime()
Indicates the date and time the item was created.
|
ErrorDetails |
getErrorDetails() |
String |
getInitials150ImageId() |
String |
getInitialsImageUri()
Contains the URI for an endpoint that you can use to retrieve the initials image.
|
String |
getIsDefault() |
String |
getSignature150ImageId() |
String |
getSignatureFont()
The font type for the signature, if the signature is not drawn.
|
String |
getSignatureId()
Specifies the signature ID associated with the signature name.
|
String |
getSignatureImageUri()
Contains the URI for an endpoint that you can use to retrieve the signature image.
|
String |
getSignatureInitials()
The initials associated with the signature.
|
String |
getSignatureName()
Specifies the user signature name.
|
String |
getSignatureType() |
int |
hashCode() |
void |
setAdoptedDateTime(String adoptedDateTime) |
void |
setCreatedDateTime(String createdDateTime) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setInitials150ImageId(String initials150ImageId) |
void |
setInitialsImageUri(String initialsImageUri) |
void |
setIsDefault(String isDefault) |
void |
setSignature150ImageId(String signature150ImageId) |
void |
setSignatureFont(String signatureFont) |
void |
setSignatureId(String signatureId) |
void |
setSignatureImageUri(String signatureImageUri) |
void |
setSignatureInitials(String signatureInitials) |
void |
setSignatureName(String signatureName) |
void |
setSignatureType(String signatureType) |
String |
toString() |
public String getAdoptedDateTime()
The date and time the user adopted their signature.
public void setAdoptedDateTime(String adoptedDateTime)
public String getCreatedDateTime()
Indicates the date and time the item was created.
public void setCreatedDateTime(String createdDateTime)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getInitials150ImageId()
public void setInitials150ImageId(String initials150ImageId)
public String getInitialsImageUri()
Contains the URI for an endpoint that you can use to retrieve the initials image.
public void setInitialsImageUri(String initialsImageUri)
public String getIsDefault()
public void setIsDefault(String isDefault)
public String getSignature150ImageId()
public void setSignature150ImageId(String signature150ImageId)
public String getSignatureFont()
The font type for the signature, if the signature is not drawn. The supported font types are:\n\n"7_DocuSign", "1_DocuSign", "6_DocuSign", "8_DocuSign", "3_DocuSign", "Mistral", "4_DocuSign", "2_DocuSign", "5_DocuSign", "Rage Italic"
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 getSignatureImageUri()
Contains the URI for an endpoint that you can use to retrieve the signature image.
public void setSignatureImageUri(String signatureImageUri)
public String getSignatureInitials()
The initials associated with the signature.
public void setSignatureInitials(String signatureInitials)
public String getSignatureName()
Specifies the user signature name.
public void setSignatureName(String signatureName)
public String getSignatureType()
public void setSignatureType(String signatureType)
Copyright © 2017. All Rights Reserved.