Uses of Class
com.boldsign.model.ContactsDetails
Packages that use ContactsDetails
-
Uses of ContactsDetails in com.boldsign.api
Methods in com.boldsign.api that return ContactsDetailsMethods in com.boldsign.api that return types with arguments of type ContactsDetailsModifier and TypeMethodDescriptionContactsApi.getContactWithHttpInfo(String id) Get summary of the contact.Method parameters in com.boldsign.api with type arguments of type ContactsDetailsModifier and TypeMethodDescriptionokhttp3.CallContactsApi.getContactAsync(String id, ApiCallback<ContactsDetails> _callback) Get summary of the contact. -
Uses of ContactsDetails in com.boldsign.model
Methods in com.boldsign.model that return ContactsDetailsModifier and TypeMethodDescriptionContactsDetails.companyName(String companyName) static ContactsDetailsCreate an instance of ContactsDetails given an JSON stringContactsDetails.phoneNumber(PhoneNumber phoneNumber) Methods in com.boldsign.model that return types with arguments of type ContactsDetailsMethods in com.boldsign.model with parameters of type ContactsDetailsMethod parameters in com.boldsign.model with type arguments of type ContactsDetailsModifier and TypeMethodDescriptionContactsList.result(List<ContactsDetails> result) voidContactsList.setResult(List<ContactsDetails> result)