Class BehalfDocument
java.lang.Object
com.boldsign.model.BehalfDocument
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class BehalfDocument
extends Object
BehalfDocument
-
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 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 BehalfDocumentCreate an instance of BehalfDocument given an JSON stringGet activityByGet activityDateGet behalfOfGet 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) voidsetBehalfOf(BehalfOf behalfOf) 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(BehalfDocument.StatusEnum status) signerDetails(List<DocumentSignerDetails> signerDetails) status(BehalfDocument.StatusEnum status) toJson()Convert an instance of BehalfDocument 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_BEHALF_OF
- See Also:
-
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
-
BehalfDocument
public BehalfDocument()
-
-
Method Details
-
behalfOf
-
getBehalfOf
-
setBehalfOf
-
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 BehalfDocument
-
fromJson
Create an instance of BehalfDocument given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BehalfDocument
- Throws:
IOException- if the JSON string is invalid with respect to BehalfDocument
-
toJson
-