| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
ContactDto | 
ContactControllerApi.createContact(CreateContactOptions createContactOptions)
Create a contact 
 | 
okhttp3.Call | 
ContactControllerApi.createContactAsync(CreateContactOptions createContactOptions,
                  ApiCallback<ContactDto> _callback)
Create a contact (asynchronously) 
 | 
okhttp3.Call | 
ContactControllerApi.createContactCall(CreateContactOptions createContactOptions,
                 ApiCallback _callback)
Build call for createContact 
 | 
ApiResponse<ContactDto> | 
ContactControllerApi.createContactWithHttpInfo(CreateContactOptions createContactOptions)
Create a contact 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateContactOptions | 
CreateContactOptions.addEmailAddressesItem(String emailAddressesItem)  | 
CreateContactOptions | 
CreateContactOptions.addTagsItem(String tagsItem)  | 
CreateContactOptions | 
CreateContactOptions.company(String company)  | 
CreateContactOptions | 
CreateContactOptions.emailAddresses(List<String> emailAddresses)  | 
CreateContactOptions | 
CreateContactOptions.firstName(String firstName)  | 
static CreateContactOptions | 
CreateContactOptions.fromJson(String jsonString)
Create an instance of CreateContactOptions given an JSON string 
 | 
CreateContactOptions | 
CreateContactOptions.groupId(UUID groupId)  | 
CreateContactOptions | 
CreateContactOptions.lastName(String lastName)  | 
CreateContactOptions | 
CreateContactOptions.metaData(Object metaData)  | 
CreateContactOptions | 
CreateContactOptions.optOut(Boolean optOut)  | 
CreateContactOptions | 
CreateContactOptions.tags(List<String> tags)  | 
Copyright © 2023. All rights reserved.