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 ContactListResponseModifier and TypeMethodDescriptionContactLists.findAll(long accountId) Get all contact lists existing in accountContactLists.findAll(long accountId, ListContactListsQueryParams queryParams) Get all contact lists existing in account, optionally filtered by name.ContactListsImpl.findAll(long accountId) ContactListsImpl.findAll(long accountId, @NonNull ListContactListsQueryParams queryParams)