Uses of Class
io.mailtrap.model.response.contactlists.ContactListResponse
Packages that use ContactListResponse
-
Uses of ContactListResponse in io.mailtrap.api.contactlists
Methods in io.mailtrap.api.contactlists that return ContactListResponseModifier and TypeMethodDescriptionContactLists.createContactList(long accountId, ContactListRequest request) Create new Contact ListContactListsImpl.createContactList(long accountId, ContactListRequest request) ContactLists.getContactList(long accountId, long contactListId) Get a contact list by IDContactListsImpl.getContactList(long accountId, long contactListId) ContactLists.updateContactList(long accountId, long contactListId, ContactListRequest request) Update existing Contact ListContactListsImpl.updateContactList(long accountId, long contactListId, ContactListRequest request) Methods in io.mailtrap.api.contactlists that return types with arguments of type ContactListResponse