Uses of Class
io.mailtrap.model.response.inbound.InboundInbox
Packages that use InboundInbox
-
Uses of InboundInbox in io.mailtrap.api.inbound
Methods in io.mailtrap.api.inbound that return InboundInboxModifier and TypeMethodDescriptionInboundInboxes.create(long folderId, CreateInboundInboxRequest request) Create a new inbound inbox in a folder.InboundInboxesImpl.create(long folderId, CreateInboundInboxRequest request) InboundInboxes.getById(long folderId, long inboxId) Get an inbound inbox by ID.InboundInboxesImpl.getById(long folderId, long inboxId) InboundInboxes.update(long folderId, long inboxId, UpdateInboundInboxRequest request) Rename an inbound inbox.InboundInboxesImpl.update(long folderId, long inboxId, UpdateInboundInboxRequest request) Methods in io.mailtrap.api.inbound that return types with arguments of type InboundInbox