Uses of Class
com.boldsign.model.CreateContactResponse
-
Packages that use CreateContactResponse Package Description com.boldsign.api com.boldsign.model -
-
Uses of CreateContactResponse in com.boldsign.api
Methods in com.boldsign.api that return CreateContactResponse Modifier and Type Method Description CreateContactResponseContactsApi. createContact(List<ContactDetails> contactDetails)Create the new Contact.Methods in com.boldsign.api that return types with arguments of type CreateContactResponse Modifier and Type Method Description ApiResponse<CreateContactResponse>ContactsApi. createContactWithHttpInfo(List<ContactDetails> contactDetails)Create the new Contact.Method parameters in com.boldsign.api with type arguments of type CreateContactResponse Modifier and Type Method Description okhttp3.CallContactsApi. createContactAsync(List<ContactDetails> contactDetails, ApiCallback<CreateContactResponse> _callback)Create the new Contact. -
Uses of CreateContactResponse in com.boldsign.model
Methods in com.boldsign.model that return CreateContactResponse Modifier and Type Method Description CreateContactResponseCreateContactResponse. addCreatedContactsItem(ContactCreated createdContactsItem)CreateContactResponseCreateContactResponse. createdContacts(List<ContactCreated> createdContacts)static CreateContactResponseCreateContactResponse. fromJson(String jsonString)Create an instance of CreateContactResponse given an JSON string
-