Package io.sendon.contacts
Class SendonContacts
- java.lang.Object
-
- io.sendon.base.SendonClient
-
- io.sendon.contacts.SendonContacts
-
public class SendonContacts extends SendonClient
-
-
Field Summary
-
Fields inherited from class io.sendon.base.SendonClient
gson, httpClient
-
-
Constructor Summary
Constructors Constructor Description SendonContacts(String userId, String apiKey)SendonContacts(String userId, String apiKey, boolean useOkHttp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddBlocklistaddBlocklist(String phoneNumber)DeleteBlocklistdeleteBlocklist(int blockId)GetBlocklistgetBlocklist(int cursor, int limit)-
Methods inherited from class io.sendon.base.SendonClient
delete, get, parseJsonResponse, post, postImagesWithMultipartFormData, postImageWithMultipartFormData, put
-
-
-
-
Method Detail
-
addBlocklist
public AddBlocklist addBlocklist(String phoneNumber)
-
getBlocklist
public GetBlocklist getBlocklist(int cursor, int limit)
-
deleteBlocklist
public DeleteBlocklist deleteBlocklist(int blockId)
-
-