Uses of Class
com.docusign.esign.model.ContactUpdateResponse
-
Packages that use ContactUpdateResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ContactUpdateResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return ContactUpdateResponse Modifier and Type Method Description ContactUpdateResponseUsersApi. deleteContacts(String accountId, ContactModRequest contactModRequest)Delete contacts associated with an account for the DocuSign service..ContactUpdateResponseUsersApi. deleteContactWithId(String accountId, String contactId)Replaces a particular contact associated with an account for the DocuSign service..ContactUpdateResponseUsersApi. postContacts(String accountId, ContactModRequest contactModRequest)Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type)..ContactUpdateResponseUsersApi. putContacts(String accountId, ContactModRequest contactModRequest)Replaces contacts associated with an account for the DocuSign service..Methods in com.docusign.esign.api that return types with arguments of type ContactUpdateResponse Modifier and Type Method Description ApiResponse<ContactUpdateResponse>UsersApi. deleteContactsWithHttpInfo(String accountId, ContactModRequest contactModRequest)Delete contacts associated with an account for the DocuSign service.ApiResponse<ContactUpdateResponse>UsersApi. deleteContactWithIdWithHttpInfo(String accountId, String contactId)Replaces a particular contact associated with an account for the DocuSign service.ApiResponse<ContactUpdateResponse>UsersApi. postContactsWithHttpInfo(String accountId, ContactModRequest contactModRequest)Imports multiple new contacts into the contacts collection from CSV, JSON, or XML (based on content type).ApiResponse<ContactUpdateResponse>UsersApi. putContactsWithHttpInfo(String accountId, ContactModRequest contactModRequest)Replaces contacts associated with an account for the DocuSign service. -
Uses of ContactUpdateResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return ContactUpdateResponse Modifier and Type Method Description ContactUpdateResponseContactUpdateResponse. addContactsItem(Contact contactsItem)addContactsItem.ContactUpdateResponseContactUpdateResponse. contacts(List<Contact> contacts)contacts.
-