Class Document
java.lang.Object
com.boldsign.model.Document
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Document
extends Object
Document
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets status -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityBy(String activityBy) activityDate(Long activityDate) addCcDetailsItem(DocumentCcDetails ccDetailsItem) addLabelsItem(String labelsItem) addSignerDetailsItem(DocumentSignerDetails signerDetailsItem) ccDetails(List<DocumentCcDetails> ccDetails) createdDate(Long createdDate) documentId(String documentId) enableSigningOrder(Boolean enableSigningOrder) booleanexpiryDate(Long expiryDate) static DocumentCreate an instance of Document given an JSON stringGet activityByGet activityDateGet brandIdGet ccDetailsGet createdDateGet cursorGet documentIdGet enableSigningOrderGet expiryDateGet isDeletedGet labelsGet messageTitleGet scheduledSendTimeGet senderDetailGet signerDetailsGet statusinthashCode()messageTitle(String messageTitle) scheduledSendTime(Long scheduledSendTime) senderDetail(DocumentSenderDetail senderDetail) voidsetActivityBy(String activityBy) voidsetActivityDate(Long activityDate) voidsetBrandId(String brandId) voidsetCcDetails(List<DocumentCcDetails> ccDetails) voidsetCreatedDate(Long createdDate) voidvoidsetDocumentId(String documentId) voidsetEnableSigningOrder(Boolean enableSigningOrder) voidsetExpiryDate(Long expiryDate) voidsetIsDeleted(Boolean isDeleted) voidvoidsetMessageTitle(String messageTitle) voidsetScheduledSendTime(Long scheduledSendTime) voidsetSenderDetail(DocumentSenderDetail senderDetail) voidsetSignerDetails(List<DocumentSignerDetails> signerDetails) voidsetStatus(Document.StatusEnum status) signerDetails(List<DocumentSignerDetails> signerDetails) status(Document.StatusEnum status) toJson()Convert an instance of Document to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DOCUMENT_ID
- See Also:
-
SERIALIZED_NAME_SENDER_DETAIL
- See Also:
-
SERIALIZED_NAME_CC_DETAILS
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_ACTIVITY_DATE
- See Also:
-
SERIALIZED_NAME_ACTIVITY_BY
- See Also:
-
SERIALIZED_NAME_MESSAGE_TITLE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_SIGNER_DETAILS
- See Also:
-
SERIALIZED_NAME_EXPIRY_DATE
- See Also:
-
SERIALIZED_NAME_ENABLE_SIGNING_ORDER
- See Also:
-
SERIALIZED_NAME_IS_DELETED
- See Also:
-
SERIALIZED_NAME_LABELS
- See Also:
-
SERIALIZED_NAME_CURSOR
- See Also:
-
SERIALIZED_NAME_BRAND_ID
- See Also:
-
SERIALIZED_NAME_SCHEDULED_SEND_TIME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
documentId
-
getDocumentId
-
setDocumentId
-
senderDetail
-
getSenderDetail
-
setSenderDetail
-
ccDetails
-
addCcDetailsItem
-
getCcDetails
-
setCcDetails
-
createdDate
-
getCreatedDate
-
setCreatedDate
-
activityDate
-
getActivityDate
-
setActivityDate
-
activityBy
-
getActivityBy
-
setActivityBy
-
messageTitle
-
getMessageTitle
-
setMessageTitle
-
status
-
getStatus
-
setStatus
-
signerDetails
-
addSignerDetailsItem
-
getSignerDetails
Get signerDetails- Returns:
- signerDetails
-
setSignerDetails
-
expiryDate
-
getExpiryDate
-
setExpiryDate
-
enableSigningOrder
-
getEnableSigningOrder
-
setEnableSigningOrder
-
isDeleted
-
getIsDeleted
-
setIsDeleted
-
labels
-
addLabelsItem
-
getLabels
-
setLabels
-
cursor
-
getCursor
-
setCursor
-
brandId
-
getBrandId
-
setBrandId
-
scheduledSendTime
-
getScheduledSendTime
-
setScheduledSendTime
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to Document
-
fromJson
Create an instance of Document given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Document
- Throws:
IOException- if the JSON string is invalid with respect to Document
-
toJson
-