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(java.lang.String accountId, java.lang.String bccEmailArchiveId)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveHistoryListEmailArchiveApi. getBCCEmailArchiveHistoryList(java.lang.String accountId, java.lang.String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive. -
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(java.util.List<BccEmailArchiveHistory> bccEmailArchiveHistory)bccEmailArchiveHistory.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. endPosition(java.lang.String endPosition)endPosition.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. nextUri(java.lang.String nextUri)nextUri.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. previousUri(java.lang.String previousUri)previousUri.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. resultSetSize(java.lang.String resultSetSize)resultSetSize.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. startPosition(java.lang.String startPosition)startPosition.BccEmailArchiveHistoryListBccEmailArchiveHistoryList. totalSetSize(java.lang.String totalSetSize)totalSetSize.
-