Uses of Class
com.docusign.esign.model.BccEmailArchiveHistoryList
-
Packages that use BccEmailArchiveHistoryList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BccEmailArchiveHistoryList in com.docusign.esign.api
Methods in com.docusign.esign.api that return BccEmailArchiveHistoryList Modifier and Type Method Description BccEmailArchiveHistoryListEmailArchiveApi. getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveHistoryListEmailArchiveApi. getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive.Methods in com.docusign.esign.api that return types with arguments of type BccEmailArchiveHistoryList Modifier and Type Method Description ApiResponse<BccEmailArchiveHistoryList>EmailArchiveApi. getBCCEmailArchiveHistoryListWithHttpInfo(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive This method returns a specific BCC email archive configuration for an account, as well as the history of changes to the email address. -
Uses of BccEmailArchiveHistoryList in com.docusign.esign.model
Methods in com.docusign.esign.model that return BccEmailArchiveHistoryList Modifier and Type Method Description BccEmailArchiveHistoryListBccEmailArchiveHistoryList. addBccEmailArchiveHistoryItem(BccEmailArchiveHistory bccEmailArchiveHistoryItem)addBccEmailArchiveHistoryItem.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. bccEmailArchiveHistory(List<BccEmailArchiveHistory> bccEmailArchiveHistory)bccEmailArchiveHistory.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. endPosition(String endPosition)endPosition.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. nextUri(String nextUri)nextUri.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. previousUri(String previousUri)previousUri.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. resultSetSize(String resultSetSize)resultSetSize.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. startPosition(String startPosition)startPosition.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. totalSetSize(String totalSetSize)totalSetSize.
-