Uses of Class
com.mailosaur.models.MessageListParams
Packages that use MessageListParams
Package
Description
This package contains the classes for MailosaurClient.
This package contains the models classes for MailosaurClient.
-
Uses of MessageListParams in com.mailosaur
Methods in com.mailosaur with parameters of type MessageListParams -
Uses of MessageListParams in com.mailosaur.models
Methods in com.mailosaur.models that return MessageListParamsModifier and TypeMethodDescriptionOptionally limits results based on the direction (`Sent` or `Received`), with the default being `Received`.MessageListParams.withItemsPerPage(int itemsPerPage) Set the limit on the number of results to be returned per page.MessageListParams.withPage(int page) Sets the page index, used in conjunction with `itemsPerPage` to support pagination.MessageListParams.withReceivedAfter(long receivedAfter) Limits results to only messages received after this timestamp.MessageListParams.withServer(String server) Sets the identifier of the server hosting the messages.