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.Object
This allows the requester to specify editor options when a preparing a document
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_ALLOW_EDIT_DOCUMENTS
static java.lang.String
JSON_PROPERTY_ALLOW_EDIT_SIGNERS
-
Constructor Summary
Constructors Constructor Description SubEditorOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubEditorOptions
allowEditDocuments(java.lang.Boolean allowEditDocuments)
SubEditorOptions
allowEditSigners(java.lang.Boolean allowEditSigners)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this SubEditorOptions object is equal to o.java.lang.Boolean
getAllowEditDocuments()
Allows requesters to edit documents, including delete and addjava.lang.Boolean
getAllowEditSigners()
Allows requesters to edit the list of signersint
hashCode()
void
setAllowEditDocuments(java.lang.Boolean allowEditDocuments)
void
setAllowEditSigners(java.lang.Boolean allowEditSigners)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Throws:
ApiException
-
-