Class ListMessagesQueryParams
java.lang.Object
io.mailtrap.model.request.accountaccesses.ListMessagesQueryParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListMessagesQueryParams
empty()
Creates an instance ofListMessagesQueryParams
with no query parameters set.
-
Constructor Details
-
ListMessagesQueryParams
public ListMessagesQueryParams()
-
-
Method Details
-
empty
Creates an instance ofListMessagesQueryParams
with no query parameters set. This is useful when you want to call theMessages.getMessages(long, long, io.mailtrap.model.request.accountaccesses.ListMessagesQueryParams)
method without any optional parameters.- Returns:
- A new instance with no parameters set
-