Uses of Class
com.docusign.esign.model.TemplateInformation
-
Packages that use TemplateInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of TemplateInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return TemplateInformation Modifier and Type Method Description TemplateInformationEnvelopesApi. listTemplates(String accountId, String envelopeId)Get List of Templates used in an Envelope.TemplateInformationEnvelopesApi. listTemplates(String accountId, String envelopeId, EnvelopesApi.ListTemplatesOptions options)Get List of Templates used in an Envelope.TemplateInformationEnvelopesApi. listTemplatesForDocument(String accountId, String envelopeId, String documentId)Gets the templates associated with a document in an existing envelope..TemplateInformationEnvelopesApi. listTemplatesForDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.ListTemplatesForDocumentOptions options)Gets the templates associated with a document in an existing envelope..Methods in com.docusign.esign.api that return types with arguments of type TemplateInformation Modifier and Type Method Description ApiResponse<TemplateInformation>EnvelopesApi. listTemplatesForDocumentWithHttpInfo(String accountId, String envelopeId, String documentId, EnvelopesApi.ListTemplatesForDocumentOptions options)Gets the templates associated with a document in an existing envelope.ApiResponse<TemplateInformation>EnvelopesApi. listTemplatesWithHttpInfo(String accountId, String envelopeId, EnvelopesApi.ListTemplatesOptions options)Get List of Templates used in an Envelope This returns a list of the server-side templates, their name and ID, used in an envelope. -
Uses of TemplateInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return TemplateInformation Modifier and Type Method Description TemplateInformationTemplateInformation. addTemplatesItem(TemplateSummary templatesItem)addTemplatesItem.TemplateInformationTemplateInformation. templates(List<TemplateSummary> templates)templates.
-