| Package | Description |
|---|---|
| ClickSend.Api | |
| ClickSend.Model |
| Modifier and Type | Method and Description |
|---|---|
String |
ContactApi.listsContactsByListIdAndContactIdPut(Integer listId,
Integer contactId,
Contact contact)
Update specific contact
Update specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdPutAsync(Integer listId,
Integer contactId,
Contact contact,
ApiCallback<String> callback)
Update specific contact (asynchronously)
Update specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdPutCall(Integer listId,
Integer contactId,
Contact contact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdAndContactIdPut
|
ApiResponse<String> |
ContactApi.listsContactsByListIdAndContactIdPutWithHttpInfo(Integer listId,
Integer contactId,
Contact contact)
Update specific contact
Update specific contact
|
String |
ContactApi.listsContactsByListIdPost(Contact contact,
Integer listId)
Create new contact
Create new contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdPostAsync(Contact contact,
Integer listId,
ApiCallback<String> callback)
Create new contact (asynchronously)
Create new contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdPostCall(Contact contact,
Integer listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdPost
|
ApiResponse<String> |
ContactApi.listsContactsByListIdPostWithHttpInfo(Contact contact,
Integer listId)
Create new contact
Create new contact
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.addressCity(String addressCity) |
Contact |
Contact.addressCountry(String addressCountry) |
Contact |
Contact.addressLine1(String addressLine1) |
Contact |
Contact.addressLine2(String addressLine2) |
Contact |
Contact.addressPostalCode(String addressPostalCode) |
Contact |
Contact.addressState(String addressState) |
Contact |
Contact.custom1(String custom1) |
Contact |
Contact.custom2(String custom2) |
Contact |
Contact.custom3(String custom3) |
Contact |
Contact.custom4(String custom4) |
Contact |
Contact.email(String email) |
Contact |
Contact.faxNumber(String faxNumber) |
Contact |
Contact.firstName(String firstName) |
Contact |
Contact.lastName(String lastName) |
Contact |
Contact.organizationName(String organizationName) |
Contact |
Contact.phoneNumber(String phoneNumber) |
Copyright © 2019. All rights reserved.