Uses of Class
io.mailtrap.model.response.suppressions.SuppressionsResponse
Packages that use SuppressionsResponse
-
Uses of SuppressionsResponse in io.mailtrap.api.suppressions
Methods in io.mailtrap.api.suppressions that return SuppressionsResponseModifier and TypeMethodDescriptionSuppressions.createSuppression(long accountId, CreateSuppressionRequest request) Add an email address to the account's suppression list.SuppressionsImpl.createSuppression(long accountId, CreateSuppressionRequest request) Suppressions.deleteSuppression(long accountId, String suppressionId) Delete a suppression by ID.SuppressionsImpl.deleteSuppression(long accountId, String suppressionId) Methods in io.mailtrap.api.suppressions that return types with arguments of type SuppressionsResponseModifier and TypeMethodDescriptionSuppressions.search(long accountId, SuppressionListFilter filter) List and search suppressions.List and search suppressions by email.SuppressionsImpl.search(long accountId, SuppressionListFilter filter)