Package com.hellosign.openapi.model
Class SubEditorOptions
- java.lang.Object
-
- com.hellosign.openapi.model.SubEditorOptions
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SubEditorOptions extends java.lang.ObjectThis allows the requester to specify editor options when a preparing a document
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ALLOW_EDIT_DOCUMENTSstatic java.lang.StringJSON_PROPERTY_ALLOW_EDIT_SIGNERS
-
Constructor Summary
Constructors Constructor Description SubEditorOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubEditorOptionsallowEditDocuments(java.lang.Boolean allowEditDocuments)SubEditorOptionsallowEditSigners(java.lang.Boolean allowEditSigners)java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this SubEditorOptions object is equal to o.java.lang.BooleangetAllowEditDocuments()Allows requesters to edit documents, including delete and addjava.lang.BooleangetAllowEditSigners()Allows requesters to edit the list of signersinthashCode()voidsetAllowEditDocuments(java.lang.Boolean allowEditDocuments)voidsetAllowEditSigners(java.lang.Boolean allowEditSigners)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_EDIT_SIGNERS
public static final java.lang.String JSON_PROPERTY_ALLOW_EDIT_SIGNERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOW_EDIT_DOCUMENTS
public static final java.lang.String JSON_PROPERTY_ALLOW_EDIT_DOCUMENTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowEditSigners
public SubEditorOptions allowEditSigners(java.lang.Boolean allowEditSigners)
-
getAllowEditSigners
@Nullable public java.lang.Boolean getAllowEditSigners()
Allows requesters to edit the list of signers- Returns:
- allowEditSigners
-
setAllowEditSigners
public void setAllowEditSigners(java.lang.Boolean allowEditSigners)
-
allowEditDocuments
public SubEditorOptions allowEditDocuments(java.lang.Boolean allowEditDocuments)
-
getAllowEditDocuments
@Nullable public java.lang.Boolean getAllowEditDocuments()
Allows requesters to edit documents, including delete and add- Returns:
- allowEditDocuments
-
setAllowEditDocuments
public void setAllowEditDocuments(java.lang.Boolean allowEditDocuments)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SubEditorOptions 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
-
-