Class 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 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
    • Constructor Detail

      • SubEditorOptions

        public SubEditorOptions()
    • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException