Uses of Class
io.mailtrap.model.request.contactlists.ListContactListsQueryParams
Packages that use ListContactListsQueryParams
-
Uses of ListContactListsQueryParams in io.mailtrap.api.contactlists
Methods in io.mailtrap.api.contactlists with parameters of type ListContactListsQueryParamsModifier and TypeMethodDescriptionContactLists.findAll(long accountId, ListContactListsQueryParams queryParams) Get all contact lists existing in account, optionally filtered by name.ContactListsImpl.findAll(long accountId, @NonNull ListContactListsQueryParams queryParams) -
Uses of ListContactListsQueryParams in io.mailtrap.model.request.contactlists
Methods in io.mailtrap.model.request.contactlists that return ListContactListsQueryParamsModifier and TypeMethodDescriptionstatic ListContactListsQueryParamsListContactListsQueryParams.empty()Creates an instance ofListContactListsQueryParamswith no query parameters set.