Uses of Class
com.docusign.esign.model.BccEmailArchiveList
-
Packages that use BccEmailArchiveList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BccEmailArchiveList in com.docusign.esign.api
Methods in com.docusign.esign.api that return BccEmailArchiveList Modifier and Type Method Description BccEmailArchiveListEmailArchiveApi. getBCCEmailArchiveList(String accountId)Get the blind carbon copy email archive entries owned by the specified account.BccEmailArchiveListEmailArchiveApi. getBCCEmailArchiveList(String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options)Get the blind carbon copy email archive entries owned by the specified account.Methods in com.docusign.esign.api that return types with arguments of type BccEmailArchiveList Modifier and Type Method Description ApiResponse<BccEmailArchiveList>EmailArchiveApi. getBCCEmailArchiveListWithHttpInfo(String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options)Get the blind carbon copy email archive entries owned by the specified account This method retrieves all of the BCC email archive configurations associated with an account. -
Uses of BccEmailArchiveList in com.docusign.esign.model
Methods in com.docusign.esign.model that return BccEmailArchiveList Modifier and Type Method Description BccEmailArchiveListBccEmailArchiveList. addBccEmailArchivesItem(BccEmailArchive bccEmailArchivesItem)addBccEmailArchivesItem.BccEmailArchiveListBccEmailArchiveList. bccEmailArchives(List<BccEmailArchive> bccEmailArchives)bccEmailArchives.BccEmailArchiveListBccEmailArchiveList. endPosition(String endPosition)endPosition.BccEmailArchiveListBccEmailArchiveList. nextUri(String nextUri)nextUri.BccEmailArchiveListBccEmailArchiveList. previousUri(String previousUri)previousUri.BccEmailArchiveListBccEmailArchiveList. resultSetSize(String resultSetSize)resultSetSize.BccEmailArchiveListBccEmailArchiveList. startPosition(String startPosition)startPosition.BccEmailArchiveListBccEmailArchiveList. totalSetSize(String totalSetSize)totalSetSize.
-