public class EnvelopeAttachment extends Object
Constructor and Description |
---|
EnvelopeAttachment() |
Modifier and Type | Method and Description |
---|---|
EnvelopeAttachment |
accessControl(String accessControl) |
EnvelopeAttachment |
attachmentId(String attachmentId) |
EnvelopeAttachment |
attachmentType(String attachmentType) |
boolean |
equals(Object o) |
EnvelopeAttachment |
errorDetails(ErrorDetails errorDetails) |
String |
getAccessControl() |
String |
getAttachmentId() |
String |
getAttachmentType() |
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getLabel() |
String |
getName() |
int |
hashCode() |
EnvelopeAttachment |
label(String label) |
EnvelopeAttachment |
name(String name) |
void |
setAccessControl(String accessControl) |
void |
setAttachmentId(String attachmentId) |
void |
setAttachmentType(String attachmentType) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLabel(String label) |
void |
setName(String name) |
String |
toString() |
public EnvelopeAttachment accessControl(String accessControl)
public String getAccessControl()
public void setAccessControl(String accessControl)
public EnvelopeAttachment attachmentId(String attachmentId)
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public EnvelopeAttachment attachmentType(String attachmentType)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public EnvelopeAttachment errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public EnvelopeAttachment label(String label)
public String getLabel()
public void setLabel(String label)
public EnvelopeAttachment name(String name)
public String getName()
public void setName(String name)
Copyright © 2018. All rights reserved.