Class CoverLetterModel
java.lang.Object
net.avalara.avatax.rest.client.models.CoverLetterModel
The CoverLetter model represents a message sent along with an invitation to use CertExpress to
upload certificates. An invitation allows customers to use CertExpress to upload their exemption
certificates directly; this cover letter explains why the invitation was sent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for active Is this cover letter activeGetter for companyId The unique ID number of the AvaTax company that received this certificate.Getter for createdDate The date when this record was created.Getter for description A full description of the cover letter's contents and message.getId()
Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation.Getter for modifiedDate The date/time when this record was last modified.Getter for pageCount How many pages this cover letter encompassesGetter for subject The subject message used when sending the cover letter via email.Getter for templateFilename The file name of the cover letter templategetTitle()
Getter for title The title used when sending the cover letter.Getter for version The version number of the templatevoid
Setter for active Is this cover letter activevoid
setCompanyId
(Integer value) Setter for companyId The unique ID number of the AvaTax company that received this certificate.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setDescription
(String value) Setter for description A full description of the cover letter's contents and message.void
Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setPageCount
(Integer value) Setter for pageCount How many pages this cover letter encompassesvoid
setSubject
(String value) Setter for subject The subject message used when sending the cover letter via email.void
setTemplateFilename
(String value) Setter for templateFilename The file name of the cover letter templatevoid
Setter for title The title used when sending the cover letter.void
setVersion
(Integer value) Setter for version The version number of the templatetoString()
Returns a JSON string representation of CoverLetterModel
-
Constructor Details
-
CoverLetterModel
public CoverLetterModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing a cover letter sent with a CertExpress invitation. -
setId
Setter for id A unique ID number representing a cover letter sent with a CertExpress invitation. -
getCompanyId
Getter for companyId The unique ID number of the AvaTax company that received this certificate. -
setCompanyId
Setter for companyId The unique ID number of the AvaTax company that received this certificate. -
getTitle
Getter for title The title used when sending the cover letter. -
setTitle
Setter for title The title used when sending the cover letter. -
getSubject
Getter for subject The subject message used when sending the cover letter via email. -
setSubject
Setter for subject The subject message used when sending the cover letter via email. -
getDescription
Getter for description A full description of the cover letter's contents and message. -
setDescription
Setter for description A full description of the cover letter's contents and message. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getActive
Getter for active Is this cover letter active -
setActive
Setter for active Is this cover letter active -
getPageCount
Getter for pageCount How many pages this cover letter encompasses -
setPageCount
Setter for pageCount How many pages this cover letter encompasses -
getTemplateFilename
Getter for templateFilename The file name of the cover letter template -
setTemplateFilename
Setter for templateFilename The file name of the cover letter template -
getVersion
Getter for version The version number of the template -
setVersion
Setter for version The version number of the template -
toString
Returns a JSON string representation of CoverLetterModel
-