Uses of Class
com.docusign.esign.model.BulkSendingList
-
Packages that use BulkSendingList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BulkSendingList in com.docusign.esign.api
Methods in com.docusign.esign.api that return BulkSendingList Modifier and Type Method Description BulkSendingListBulkEnvelopesApi. createBulkSendList(String accountId, BulkSendingList bulkSendingList)Creates a new bulk send list.BulkSendingListBulkEnvelopesApi. getBulkSendList(String accountId, String bulkSendListId)Gets a specific bulk send list.BulkSendingListBulkEnvelopesApi. updateBulkSendList(String accountId, String bulkSendListId, BulkSendingList bulkSendingList)Updates an existing bulk send list.Methods in com.docusign.esign.api that return types with arguments of type BulkSendingList Modifier and Type Method Description ApiResponse<BulkSendingList>BulkEnvelopesApi. createBulkSendListWithHttpInfo(String accountId, BulkSendingList bulkSendingList)Creates a new bulk send list This method creates a bulk send list that you can use to send an envelope to up to 1,000 recipients at once.ApiResponse<BulkSendingList>BulkEnvelopesApi. getBulkSendListWithHttpInfo(String accountId, String bulkSendListId)Gets a specific bulk send list This method returns all of the details associated with a specific bulk send list that belongs to the current user.ApiResponse<BulkSendingList>BulkEnvelopesApi. updateBulkSendListWithHttpInfo(String accountId, String bulkSendListId, BulkSendingList bulkSendingList)Updates an existing bulk send list.Methods in com.docusign.esign.api with parameters of type BulkSendingList Modifier and Type Method Description BulkSendingListBulkEnvelopesApi. createBulkSendList(String accountId, BulkSendingList bulkSendingList)Creates a new bulk send list.ApiResponse<BulkSendingList>BulkEnvelopesApi. createBulkSendListWithHttpInfo(String accountId, BulkSendingList bulkSendingList)Creates a new bulk send list This method creates a bulk send list that you can use to send an envelope to up to 1,000 recipients at once.BulkSendingListBulkEnvelopesApi. updateBulkSendList(String accountId, String bulkSendListId, BulkSendingList bulkSendingList)Updates an existing bulk send list.ApiResponse<BulkSendingList>BulkEnvelopesApi. updateBulkSendListWithHttpInfo(String accountId, String bulkSendListId, BulkSendingList bulkSendingList)Updates an existing bulk send list. -
Uses of BulkSendingList in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkSendingList Modifier and Type Method Description BulkSendingListBulkSendingList. addBulkCopiesItem(BulkSendingCopy bulkCopiesItem)addBulkCopiesItem.BulkSendingListBulkSendingList. bulkCopies(List<BulkSendingCopy> bulkCopies)bulkCopies.BulkSendingListBulkSendingList. listId(String listId)listId.BulkSendingListBulkSendingList. name(String name)name.
-