Uses of Class
io.mailtrap.model.response.attachment.AttachmentResponse
Packages that use AttachmentResponse
-
Uses of AttachmentResponse in io.mailtrap.api.attachments
Methods in io.mailtrap.api.attachments that return AttachmentResponseModifier and TypeMethodDescriptionAttachments.getSingleAttachment
(long accountId, long inboxId, long messageId, long attachmentId) Get message single attachment by IDAttachmentsImpl.getSingleAttachment
(long accountId, long inboxId, long messageId, long attachmentId) Methods in io.mailtrap.api.attachments that return types with arguments of type AttachmentResponseModifier and TypeMethodDescriptionAttachments.getAttachments
(long accountId, long inboxId, long messageId, @Nullable String attachmentType) Get message attachments by inboxId and messageIdAttachmentsImpl.getAttachments
(long accountId, long inboxId, long messageId, String attachmentType)