Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactControllerApi.createContact(CreateContactOptions createContactOptions)
Create a contact
|
ContactDto |
ContactControllerApi.getContact(UUID contactId)
Get contact
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ContactDto> |
ContactControllerApi.createContactWithHttpInfo(CreateContactOptions createContactOptions)
Create a contact
|
ApiResponse<ContactDto> |
ContactControllerApi.getContactWithHttpInfo(UUID contactId)
Get contact
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ContactControllerApi.createContactAsync(CreateContactOptions createContactOptions,
ApiCallback<ContactDto> _callback)
Create a contact (asynchronously)
|
okhttp3.Call |
ContactControllerApi.getContactAsync(UUID contactId,
ApiCallback<ContactDto> _callback)
Get contact (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addEmailAddressesItem(String emailAddressesItem) |
ContactDto |
ContactDto.addTagsItem(String tagsItem) |
ContactDto |
ContactDto.company(String company) |
ContactDto |
ContactDto.createdAt(OffsetDateTime createdAt) |
ContactDto |
ContactDto.emailAddresses(List<String> emailAddresses) |
ContactDto |
ContactDto.firstName(String firstName) |
static ContactDto |
ContactDto.fromJson(String jsonString)
Create an instance of ContactDto given an JSON string
|
ContactDto |
ContactDto.groupId(UUID groupId) |
ContactDto |
ContactDto.id(UUID id) |
ContactDto |
ContactDto.lastName(String lastName) |
ContactDto |
ContactDto.metaData(Object metaData) |
ContactDto |
ContactDto.optOut(Boolean optOut) |
ContactDto |
ContactDto.primaryEmailAddress(String primaryEmailAddress) |
ContactDto |
ContactDto.tags(List<String> tags) |
Modifier and Type | Method and Description |
---|---|
List<ContactDto> |
GroupContactsDto.getContacts()
Get contacts
|
Modifier and Type | Method and Description |
---|---|
GroupContactsDto |
GroupContactsDto.addContactsItem(ContactDto contactsItem) |
Modifier and Type | Method and Description |
---|---|
GroupContactsDto |
GroupContactsDto.contacts(List<ContactDto> contacts) |
void |
GroupContactsDto.setContacts(List<ContactDto> contacts) |
Copyright © 2023. All rights reserved.