Uses of Class
com.docusign.esign.api.UsersApi.GetContactByIdOptions
-
Packages that use UsersApi.GetContactByIdOptions Package Description com.docusign.esign.api -
-
Uses of UsersApi.GetContactByIdOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type UsersApi.GetContactByIdOptions Modifier and Type Method Description ContactGetResponseUsersApi. getContactById(String accountId, String contactId, UsersApi.GetContactByIdOptions options)Gets a particular contact associated with the user's account..ApiResponse<ContactGetResponse>UsersApi. getContactByIdWithHttpInfo(String accountId, String contactId, UsersApi.GetContactByIdOptions options)Gets a particular contact associated with the user's account.
-