Package com.boldsign.model
Class EditTemplateRequest
- java.lang.Object
-
- com.boldsign.model.EditTemplateRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class EditTemplateRequest extends Object
EditTemplateRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEditTemplateRequest.AllowedSignatureTypesEnumGets or Sets allowedSignatureTypesstatic classEditTemplateRequest.CustomTypeAdapterFactory
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EditTemplateRequest()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOCUMENT_TITLE
public static final String SERIALIZED_NAME_DOCUMENT_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOCUMENT_MESSAGE
public static final String SERIALIZED_NAME_DOCUMENT_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROLES
public static final String SERIALIZED_NAME_ROLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CC
public static final String SERIALIZED_NAME_CC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BRAND_ID
public static final String SERIALIZED_NAME_BRAND_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_MESSAGE_EDITING
public static final String SERIALIZED_NAME_ALLOW_MESSAGE_EDITING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_NEW_ROLES
public static final String SERIALIZED_NAME_ALLOW_NEW_ROLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_NEW_FILES
public static final String SERIALIZED_NAME_ALLOW_NEW_FILES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLE_REASSIGN
public static final String SERIALIZED_NAME_ENABLE_REASSIGN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLE_PRINT_AND_SIGN
public static final String SERIALIZED_NAME_ENABLE_PRINT_AND_SIGN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLE_SIGNING_ORDER
public static final String SERIALIZED_NAME_ENABLE_SIGNING_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOCUMENT_INFO
public static final String SERIALIZED_NAME_DOCUMENT_INFO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ON_BEHALF_OF
public static final String SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABELS
public static final String SERIALIZED_NAME_LABELS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_LABELS
public static final String SERIALIZED_NAME_TEMPLATE_LABELS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORM_GROUPS
public static final String SERIALIZED_NAME_FORM_GROUPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECIPIENT_NOTIFICATION_SETTINGS
public static final String SERIALIZED_NAME_RECIPIENT_NOTIFICATION_SETTINGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOWED_SIGNATURE_TYPES
public static final String SERIALIZED_NAME_ALLOWED_SIGNATURE_TYPES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORM_FIELD_PERMISSION
public static final String SERIALIZED_NAME_FORM_FIELD_PERMISSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_SIGNER_SETTINGS
public static final String SERIALIZED_NAME_GROUP_SIGNER_SETTINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
title
public EditTemplateRequest title(String title)
-
setTitle
public void setTitle(String title)
-
description
public EditTemplateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
documentTitle
public EditTemplateRequest documentTitle(String documentTitle)
-
getDocumentTitle
@Nullable public String getDocumentTitle()
Get documentTitle- Returns:
- documentTitle
-
setDocumentTitle
public void setDocumentTitle(String documentTitle)
-
documentMessage
public EditTemplateRequest documentMessage(String documentMessage)
-
getDocumentMessage
@Nullable public String getDocumentMessage()
Get documentMessage- Returns:
- documentMessage
-
setDocumentMessage
public void setDocumentMessage(String documentMessage)
-
roles
public EditTemplateRequest roles(List<TemplateRole> roles)
-
addRolesItem
public EditTemplateRequest addRolesItem(TemplateRole rolesItem)
-
getRoles
@Nullable public List<TemplateRole> getRoles()
Get roles- Returns:
- roles
-
setRoles
public void setRoles(List<TemplateRole> roles)
-
cc
public EditTemplateRequest cc(List<DocumentCC> cc)
-
addCcItem
public EditTemplateRequest addCcItem(DocumentCC ccItem)
-
getCc
@Nullable public List<DocumentCC> getCc()
Get cc- Returns:
- cc
-
setCc
public void setCc(List<DocumentCC> cc)
-
brandId
public EditTemplateRequest brandId(String brandId)
-
setBrandId
public void setBrandId(String brandId)
-
allowMessageEditing
public EditTemplateRequest allowMessageEditing(Boolean allowMessageEditing)
-
getAllowMessageEditing
@Nullable public Boolean getAllowMessageEditing()
Get allowMessageEditing- Returns:
- allowMessageEditing
-
setAllowMessageEditing
public void setAllowMessageEditing(Boolean allowMessageEditing)
-
allowNewRoles
public EditTemplateRequest allowNewRoles(Boolean allowNewRoles)
-
getAllowNewRoles
@Nullable public Boolean getAllowNewRoles()
Get allowNewRoles- Returns:
- allowNewRoles
-
setAllowNewRoles
public void setAllowNewRoles(Boolean allowNewRoles)
-
allowNewFiles
public EditTemplateRequest allowNewFiles(Boolean allowNewFiles)
-
getAllowNewFiles
@Nullable public Boolean getAllowNewFiles()
Get allowNewFiles- Returns:
- allowNewFiles
-
setAllowNewFiles
public void setAllowNewFiles(Boolean allowNewFiles)
-
enableReassign
public EditTemplateRequest enableReassign(Boolean enableReassign)
-
getEnableReassign
@Nullable public Boolean getEnableReassign()
Get enableReassign- Returns:
- enableReassign
-
setEnableReassign
public void setEnableReassign(Boolean enableReassign)
-
enablePrintAndSign
public EditTemplateRequest enablePrintAndSign(Boolean enablePrintAndSign)
-
getEnablePrintAndSign
@Nullable public Boolean getEnablePrintAndSign()
Get enablePrintAndSign- Returns:
- enablePrintAndSign
-
setEnablePrintAndSign
public void setEnablePrintAndSign(Boolean enablePrintAndSign)
-
enableSigningOrder
public EditTemplateRequest enableSigningOrder(Boolean enableSigningOrder)
-
getEnableSigningOrder
@Nullable public Boolean getEnableSigningOrder()
Get enableSigningOrder- Returns:
- enableSigningOrder
-
setEnableSigningOrder
public void setEnableSigningOrder(Boolean enableSigningOrder)
-
documentInfo
public EditTemplateRequest documentInfo(List<DocumentInfo> documentInfo)
-
addDocumentInfoItem
public EditTemplateRequest addDocumentInfoItem(DocumentInfo documentInfoItem)
-
getDocumentInfo
@Nullable public List<DocumentInfo> getDocumentInfo()
Get documentInfo- Returns:
- documentInfo
-
setDocumentInfo
public void setDocumentInfo(List<DocumentInfo> documentInfo)
-
onBehalfOf
public EditTemplateRequest onBehalfOf(String onBehalfOf)
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
-
labels
public EditTemplateRequest labels(List<String> labels)
-
addLabelsItem
public EditTemplateRequest addLabelsItem(String labelsItem)
-
templateLabels
public EditTemplateRequest templateLabels(List<String> templateLabels)
-
addTemplateLabelsItem
public EditTemplateRequest addTemplateLabelsItem(String templateLabelsItem)
-
getTemplateLabels
@Nullable public List<String> getTemplateLabels()
Get templateLabels- Returns:
- templateLabels
-
formGroups
public EditTemplateRequest formGroups(List<FormGroup> formGroups)
-
addFormGroupsItem
public EditTemplateRequest addFormGroupsItem(FormGroup formGroupsItem)
-
recipientNotificationSettings
public EditTemplateRequest recipientNotificationSettings(RecipientNotificationSettings recipientNotificationSettings)
-
getRecipientNotificationSettings
@Nullable public RecipientNotificationSettings getRecipientNotificationSettings()
Get recipientNotificationSettings- Returns:
- recipientNotificationSettings
-
setRecipientNotificationSettings
public void setRecipientNotificationSettings(RecipientNotificationSettings recipientNotificationSettings)
-
allowedSignatureTypes
public EditTemplateRequest allowedSignatureTypes(List<EditTemplateRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)
-
addAllowedSignatureTypesItem
public EditTemplateRequest addAllowedSignatureTypesItem(EditTemplateRequest.AllowedSignatureTypesEnum allowedSignatureTypesItem)
-
getAllowedSignatureTypes
@Nullable public List<EditTemplateRequest.AllowedSignatureTypesEnum> getAllowedSignatureTypes()
Get allowedSignatureTypes- Returns:
- allowedSignatureTypes
-
setAllowedSignatureTypes
public void setAllowedSignatureTypes(List<EditTemplateRequest.AllowedSignatureTypesEnum> allowedSignatureTypes)
-
formFieldPermission
public EditTemplateRequest formFieldPermission(FormFieldPermission formFieldPermission)
-
getFormFieldPermission
@Nullable public FormFieldPermission getFormFieldPermission()
Get formFieldPermission- Returns:
- formFieldPermission
-
setFormFieldPermission
public void setFormFieldPermission(FormFieldPermission formFieldPermission)
-
groupSignerSettings
public EditTemplateRequest groupSignerSettings(GroupSignerSettings groupSignerSettings)
-
getGroupSignerSettings
@Nullable public GroupSignerSettings getGroupSignerSettings()
Get groupSignerSettings- Returns:
- groupSignerSettings
-
setGroupSignerSettings
public void setGroupSignerSettings(GroupSignerSettings groupSignerSettings)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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 EditTemplateRequest
-
fromJson
public static EditTemplateRequest fromJson(String jsonString) throws IOException
Create an instance of EditTemplateRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EditTemplateRequest
- Throws:
IOException- if the JSON string is invalid with respect to EditTemplateRequest
-
toJson
public String toJson()
Convert an instance of EditTemplateRequest to an JSON string- Returns:
- JSON string
-
-