Uses of Class
com.boldsign.model.ContactsList
-
Packages that use ContactsList Package Description com.boldsign.api com.boldsign.model -
-
Uses of ContactsList in com.boldsign.api
Methods in com.boldsign.api that return ContactsList Modifier and Type Method Description ContactsListContactsApi. contactUserList(Integer page, Integer pageSize, String searchKey, String contactType)List Contact document.Methods in com.boldsign.api that return types with arguments of type ContactsList Modifier and Type Method Description ApiResponse<ContactsList>ContactsApi. contactUserListWithHttpInfo(Integer page, Integer pageSize, String searchKey, String contactType)List Contact document.Method parameters in com.boldsign.api with type arguments of type ContactsList Modifier and Type Method Description okhttp3.CallContactsApi. contactUserListAsync(Integer page, Integer pageSize, String searchKey, String contactType, ApiCallback<ContactsList> _callback)List Contact document. -
Uses of ContactsList in com.boldsign.model
Methods in com.boldsign.model that return ContactsList Modifier and Type Method Description ContactsListContactsList. addResultItem(ContactsDetails resultItem)static ContactsListContactsList. fromJson(String jsonString)Create an instance of ContactsList given an JSON stringContactsListContactsList. pageDetails(ContactPageDetails pageDetails)ContactsListContactsList. result(List<ContactsDetails> result)
-