Uses of Class
com.docusign.esign.model.DocumentFieldsInformation
-
Packages that use DocumentFieldsInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of DocumentFieldsInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return DocumentFieldsInformation Modifier and Type Method Description DocumentFieldsInformationEnvelopesApi. createDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing envelope document..DocumentFieldsInformationTemplatesApi. createDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing template document..DocumentFieldsInformationEnvelopesApi. deleteDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing envelope document..DocumentFieldsInformationTemplatesApi. deleteDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing template document..DocumentFieldsInformationEnvelopesApi. listDocumentFields(String accountId, String envelopeId, String documentId)Gets the custom document fields from an existing envelope document..DocumentFieldsInformationTemplatesApi. listDocumentFields(String accountId, String templateId, String documentId)Gets the custom document fields for a an existing template document..DocumentFieldsInformationEnvelopesApi. updateDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing envelope document..DocumentFieldsInformationTemplatesApi. updateDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing template document..Methods in com.docusign.esign.api that return types with arguments of type DocumentFieldsInformation Modifier and Type Method Description ApiResponse<DocumentFieldsInformation>EnvelopesApi. createDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. createDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing template document.ApiResponse<DocumentFieldsInformation>EnvelopesApi. deleteDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. deleteDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing template document.ApiResponse<DocumentFieldsInformation>EnvelopesApi. listDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId)Gets the custom document fields from an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. listDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId)Gets the custom document fields for a an existing template document.ApiResponse<DocumentFieldsInformation>EnvelopesApi. updateDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. updateDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing template document.Methods in com.docusign.esign.api with parameters of type DocumentFieldsInformation Modifier and Type Method Description DocumentFieldsInformationEnvelopesApi. createDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing envelope document..DocumentFieldsInformationTemplatesApi. createDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing template document..ApiResponse<DocumentFieldsInformation>EnvelopesApi. createDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. createDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Creates custom document fields in an existing template document.DocumentFieldsInformationEnvelopesApi. deleteDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing envelope document..DocumentFieldsInformationTemplatesApi. deleteDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing template document..ApiResponse<DocumentFieldsInformation>EnvelopesApi. deleteDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. deleteDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Deletes custom document fields from an existing template document.DocumentFieldsInformationEnvelopesApi. updateDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing envelope document..DocumentFieldsInformationTemplatesApi. updateDocumentFields(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing template document..ApiResponse<DocumentFieldsInformation>EnvelopesApi. updateDocumentFieldsWithHttpInfo(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing envelope document.ApiResponse<DocumentFieldsInformation>TemplatesApi. updateDocumentFieldsWithHttpInfo(String accountId, String templateId, String documentId, DocumentFieldsInformation documentFieldsInformation)Updates existing custom document fields in an existing template document. -
Uses of DocumentFieldsInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return DocumentFieldsInformation Modifier and Type Method Description DocumentFieldsInformationDocumentFieldsInformation. addDocumentFieldsItem(NameValue documentFieldsItem)addDocumentFieldsItem.DocumentFieldsInformationDocumentFieldsInformation. documentFields(List<NameValue> documentFields)documentFields.
-