Package com.hellosign.openapi.model
Class EmbeddedEditUrlRequest
- java.lang.Object
-
- com.hellosign.openapi.model.EmbeddedEditUrlRequest
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class EmbeddedEditUrlRequest extends java.lang.ObjectEmbeddedEditUrlRequest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ALLOW_EDIT_CCSstatic java.lang.StringJSON_PROPERTY_CC_ROLESstatic java.lang.StringJSON_PROPERTY_EDITOR_OPTIONSstatic java.lang.StringJSON_PROPERTY_FORCE_SIGNER_ROLESstatic java.lang.StringJSON_PROPERTY_FORCE_SUBJECT_MESSAGEstatic java.lang.StringJSON_PROPERTY_MERGE_FIELDSstatic java.lang.StringJSON_PROPERTY_PREVIEW_ONLYstatic java.lang.StringJSON_PROPERTY_SHOW_PREVIEWstatic java.lang.StringJSON_PROPERTY_SHOW_PROGRESS_STEPPERstatic java.lang.StringJSON_PROPERTY_TEST_MODE
-
Constructor Summary
Constructors Constructor Description EmbeddedEditUrlRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedEditUrlRequestaddCcRolesItem(java.lang.String ccRolesItem)EmbeddedEditUrlRequestaddMergeFieldsItem(SubMergeField mergeFieldsItem)EmbeddedEditUrlRequestallowEditCcs(java.lang.Boolean allowEditCcs)EmbeddedEditUrlRequestccRoles(java.util.List<java.lang.String> ccRoles)java.util.Map<java.lang.String,java.lang.Object>createFormData()EmbeddedEditUrlRequesteditorOptions(SubEditorOptions editorOptions)booleanequals(java.lang.Object o)Return true if this EmbeddedEditUrlRequest object is equal to o.EmbeddedEditUrlRequestforceSignerRoles(java.lang.Boolean forceSignerRoles)EmbeddedEditUrlRequestforceSubjectMessage(java.lang.Boolean forceSubjectMessage)java.lang.BooleangetAllowEditCcs()This allows the requester to enable/disable to add or change CC roles when editing the template.java.util.List<java.lang.String>getCcRoles()The CC roles that must be assigned when using the template to send a signature request.SubEditorOptionsgetEditorOptions()Get editorOptionsjava.lang.BooleangetForceSignerRoles()Provide users the ability to review/edit the template signer roles.java.lang.BooleangetForceSubjectMessage()Provide users the ability to review/edit the template subject and message.java.util.List<SubMergeField>getMergeFields()Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template.java.lang.BooleangetPreviewOnly()This allows the requester to enable the preview experience (i.e.java.lang.BooleangetShowPreview()This allows the requester to enable the editor/preview experience.java.lang.BooleangetShowProgressStepper()When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden.java.lang.BooleangetTestMode()Whether this is a test, locked templates will only be available for editing if this is set to `true`.inthashCode()EmbeddedEditUrlRequestmergeFields(java.util.List<SubMergeField> mergeFields)EmbeddedEditUrlRequestpreviewOnly(java.lang.Boolean previewOnly)voidsetAllowEditCcs(java.lang.Boolean allowEditCcs)voidsetCcRoles(java.util.List<java.lang.String> ccRoles)voidsetEditorOptions(SubEditorOptions editorOptions)voidsetForceSignerRoles(java.lang.Boolean forceSignerRoles)voidsetForceSubjectMessage(java.lang.Boolean forceSubjectMessage)voidsetMergeFields(java.util.List<SubMergeField> mergeFields)voidsetPreviewOnly(java.lang.Boolean previewOnly)voidsetShowPreview(java.lang.Boolean showPreview)voidsetShowProgressStepper(java.lang.Boolean showProgressStepper)voidsetTestMode(java.lang.Boolean testMode)EmbeddedEditUrlRequestshowPreview(java.lang.Boolean showPreview)EmbeddedEditUrlRequestshowProgressStepper(java.lang.Boolean showProgressStepper)EmbeddedEditUrlRequesttestMode(java.lang.Boolean testMode)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_EDIT_CCS
public static final java.lang.String JSON_PROPERTY_ALLOW_EDIT_CCS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CC_ROLES
public static final java.lang.String JSON_PROPERTY_CC_ROLES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EDITOR_OPTIONS
public static final java.lang.String JSON_PROPERTY_EDITOR_OPTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORCE_SIGNER_ROLES
public static final java.lang.String JSON_PROPERTY_FORCE_SIGNER_ROLES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORCE_SUBJECT_MESSAGE
public static final java.lang.String JSON_PROPERTY_FORCE_SUBJECT_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MERGE_FIELDS
public static final java.lang.String JSON_PROPERTY_MERGE_FIELDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PREVIEW_ONLY
public static final java.lang.String JSON_PROPERTY_PREVIEW_ONLY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHOW_PREVIEW
public static final java.lang.String JSON_PROPERTY_SHOW_PREVIEW
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHOW_PROGRESS_STEPPER
public static final java.lang.String JSON_PROPERTY_SHOW_PROGRESS_STEPPER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TEST_MODE
public static final java.lang.String JSON_PROPERTY_TEST_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowEditCcs
public EmbeddedEditUrlRequest allowEditCcs(java.lang.Boolean allowEditCcs)
-
getAllowEditCcs
@Nullable public java.lang.Boolean getAllowEditCcs()
This allows the requester to enable/disable to add or change CC roles when editing the template.- Returns:
- allowEditCcs
-
setAllowEditCcs
public void setAllowEditCcs(java.lang.Boolean allowEditCcs)
-
ccRoles
public EmbeddedEditUrlRequest ccRoles(java.util.List<java.lang.String> ccRoles)
-
addCcRolesItem
public EmbeddedEditUrlRequest addCcRolesItem(java.lang.String ccRolesItem)
-
getCcRoles
@Nullable public java.util.List<java.lang.String> getCcRoles()
The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request.- Returns:
- ccRoles
-
setCcRoles
public void setCcRoles(java.util.List<java.lang.String> ccRoles)
-
editorOptions
public EmbeddedEditUrlRequest editorOptions(SubEditorOptions editorOptions)
-
getEditorOptions
@Nullable public SubEditorOptions getEditorOptions()
Get editorOptions- Returns:
- editorOptions
-
setEditorOptions
public void setEditorOptions(SubEditorOptions editorOptions)
-
forceSignerRoles
public EmbeddedEditUrlRequest forceSignerRoles(java.lang.Boolean forceSignerRoles)
-
getForceSignerRoles
@Nullable public java.lang.Boolean getForceSignerRoles()
Provide users the ability to review/edit the template signer roles.- Returns:
- forceSignerRoles
-
setForceSignerRoles
public void setForceSignerRoles(java.lang.Boolean forceSignerRoles)
-
forceSubjectMessage
public EmbeddedEditUrlRequest forceSubjectMessage(java.lang.Boolean forceSubjectMessage)
-
getForceSubjectMessage
@Nullable public java.lang.Boolean getForceSubjectMessage()
Provide users the ability to review/edit the template subject and message.- Returns:
- forceSubjectMessage
-
setForceSubjectMessage
public void setForceSubjectMessage(java.lang.Boolean forceSubjectMessage)
-
mergeFields
public EmbeddedEditUrlRequest mergeFields(java.util.List<SubMergeField> mergeFields)
-
addMergeFieldsItem
public EmbeddedEditUrlRequest addMergeFieldsItem(SubMergeField mergeFieldsItem)
-
getMergeFields
@Nullable public java.util.List<SubMergeField> getMergeFields()
Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template. Remove all merge fields on the template by passing an empty array `[]`.- Returns:
- mergeFields
-
setMergeFields
public void setMergeFields(java.util.List<SubMergeField> mergeFields)
-
previewOnly
public EmbeddedEditUrlRequest previewOnly(java.lang.Boolean previewOnly)
-
getPreviewOnly
@Nullable public java.lang.Boolean getPreviewOnly()
This allows the requester to enable the preview experience (i.e. does not allow the requester's end user to add any additional fields via the editor). **Note**: This parameter overwrites `show_preview=true` (if set).- Returns:
- previewOnly
-
setPreviewOnly
public void setPreviewOnly(java.lang.Boolean previewOnly)
-
showPreview
public EmbeddedEditUrlRequest showPreview(java.lang.Boolean showPreview)
-
getShowPreview
@Nullable public java.lang.Boolean getShowPreview()
This allows the requester to enable the editor/preview experience.- Returns:
- showPreview
-
setShowPreview
public void setShowPreview(java.lang.Boolean showPreview)
-
showProgressStepper
public EmbeddedEditUrlRequest showProgressStepper(java.lang.Boolean showProgressStepper)
-
getShowProgressStepper
@Nullable public java.lang.Boolean getShowProgressStepper()
When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden.- Returns:
- showProgressStepper
-
setShowProgressStepper
public void setShowProgressStepper(java.lang.Boolean showProgressStepper)
-
testMode
public EmbeddedEditUrlRequest testMode(java.lang.Boolean testMode)
-
getTestMode
@Nullable public java.lang.Boolean getTestMode()
Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`.- Returns:
- testMode
-
setTestMode
public void setTestMode(java.lang.Boolean testMode)
-
equals
public boolean equals(java.lang.Object o)
Return true if this EmbeddedEditUrlRequest object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-