public class CreateCertExpressInvitationModel
extends java.lang.Object
Constructor and Description |
---|
CreateCertExpressInvitationModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCoverLetterTitle()
Getter for coverLetterTitle
If this invitation is sent via email or download, please specify the cover letter to use when building this
invitation.
|
CertificateRequestDeliveryMethod |
getDeliveryMethod()
Getter for deliveryMethod
Specify the type of invitation.
|
java.util.ArrayList<java.lang.Integer> |
getExemptReasons()
Getter for exemptReasons
You may optionally specify a list of exemption reasons to pre-populate in this CertExpress invitation.
|
java.util.ArrayList<java.lang.Integer> |
getExposureZones()
Getter for exposureZones
You may optionally specify a list of exposure zones to request in this CertExpress invitation.
|
java.lang.String |
getRecipient()
Getter for recipient
If the value of `deliveryMethod` is set to `Email`, please specify the email address of the recipient
for the request.
|
void |
setCoverLetterTitle(java.lang.String value)
Setter for coverLetterTitle
If this invitation is sent via email or download, please specify the cover letter to use when building this
invitation.
|
void |
setDeliveryMethod(CertificateRequestDeliveryMethod value)
Setter for deliveryMethod
Specify the type of invitation.
|
void |
setExemptReasons(java.util.ArrayList<java.lang.Integer> value)
Setter for exemptReasons
You may optionally specify a list of exemption reasons to pre-populate in this CertExpress invitation.
|
void |
setExposureZones(java.util.ArrayList<java.lang.Integer> value)
Setter for exposureZones
You may optionally specify a list of exposure zones to request in this CertExpress invitation.
|
void |
setRecipient(java.lang.String value)
Setter for recipient
If the value of `deliveryMethod` is set to `Email`, please specify the email address of the recipient
for the request.
|
java.lang.String |
toString()
Returns a JSON string representation of CreateCertExpressInvitationModel
|
public java.lang.String getRecipient()
public void setRecipient(java.lang.String value)
public java.lang.String getCoverLetterTitle()
public void setCoverLetterTitle(java.lang.String value)
public java.util.ArrayList<java.lang.Integer> getExposureZones()
public void setExposureZones(java.util.ArrayList<java.lang.Integer> value)
public java.util.ArrayList<java.lang.Integer> getExemptReasons()
public void setExemptReasons(java.util.ArrayList<java.lang.Integer> value)
public CertificateRequestDeliveryMethod getDeliveryMethod()
public void setDeliveryMethod(CertificateRequestDeliveryMethod value)
public java.lang.String toString()
toString
in class java.lang.Object