Uses of Class
com.docusign.esign.model.EnvelopePurgeConfiguration
-
Packages that use EnvelopePurgeConfiguration Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of EnvelopePurgeConfiguration in com.docusign.esign.api
Methods in com.docusign.esign.api that return EnvelopePurgeConfiguration Modifier and Type Method Description EnvelopePurgeConfigurationAccountsApi. getEnvelopePurgeConfiguration(String accountId)Select envelope purge configuration..EnvelopePurgeConfigurationAccountsApi. updateEnvelopePurgeConfiguration(String accountId, EnvelopePurgeConfiguration envelopePurgeConfiguration)Updates envelope purge configuration..Methods in com.docusign.esign.api that return types with arguments of type EnvelopePurgeConfiguration Modifier and Type Method Description ApiResponse<EnvelopePurgeConfiguration>AccountsApi. getEnvelopePurgeConfigurationWithHttpInfo(String accountId)Select envelope purge configuration.ApiResponse<EnvelopePurgeConfiguration>AccountsApi. updateEnvelopePurgeConfigurationWithHttpInfo(String accountId, EnvelopePurgeConfiguration envelopePurgeConfiguration)Updates envelope purge configuration.Methods in com.docusign.esign.api with parameters of type EnvelopePurgeConfiguration Modifier and Type Method Description EnvelopePurgeConfigurationAccountsApi. updateEnvelopePurgeConfiguration(String accountId, EnvelopePurgeConfiguration envelopePurgeConfiguration)Updates envelope purge configuration..ApiResponse<EnvelopePurgeConfiguration>AccountsApi. updateEnvelopePurgeConfigurationWithHttpInfo(String accountId, EnvelopePurgeConfiguration envelopePurgeConfiguration)Updates envelope purge configuration. -
Uses of EnvelopePurgeConfiguration in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopePurgeConfiguration Modifier and Type Method Description EnvelopePurgeConfigurationEnvelopePurgeConfiguration. purgeEnvelopes(String purgeEnvelopes)purgeEnvelopes.EnvelopePurgeConfigurationEnvelopePurgeConfiguration. redactPII(String redactPII)redactPII.EnvelopePurgeConfigurationEnvelopePurgeConfiguration. removeTabsAndEnvelopeAttachments(String removeTabsAndEnvelopeAttachments)removeTabsAndEnvelopeAttachments.EnvelopePurgeConfigurationEnvelopePurgeConfiguration. retentionDays(String retentionDays)retentionDays.
-