Uses of Class
com.docusign.esign.model.ContactGetResponse
-
Packages that use ContactGetResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ContactGetResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return ContactGetResponse Modifier and Type Method Description ContactGetResponseUsersApi. getContactById(String accountId, String contactId)Gets a particular contact associated with the user's account..ContactGetResponseUsersApi. getContactById(String accountId, String contactId, UsersApi.GetContactByIdOptions options)Gets a particular contact associated with the user's account..Methods in com.docusign.esign.api that return types with arguments of type ContactGetResponse Modifier and Type Method Description ApiResponse<ContactGetResponse>UsersApi. getContactByIdWithHttpInfo(String accountId, String contactId, UsersApi.GetContactByIdOptions options)Gets a particular contact associated with the user's account. -
Uses of ContactGetResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return ContactGetResponse Modifier and Type Method Description ContactGetResponseContactGetResponse. addContactsItem(Contact contactsItem)addContactsItem.ContactGetResponseContactGetResponse. contacts(List<Contact> contacts)contacts.ContactGetResponseContactGetResponse. endPosition(String endPosition)endPosition.ContactGetResponseContactGetResponse. nextUri(String nextUri)nextUri.ContactGetResponseContactGetResponse. previousUri(String previousUri)previousUri.ContactGetResponseContactGetResponse. resultSetSize(String resultSetSize)resultSetSize.ContactGetResponseContactGetResponse. startPosition(String startPosition)startPosition.ContactGetResponseContactGetResponse. totalSetSize(String totalSetSize)totalSetSize.
-