Class ListContactListsQueryParams
java.lang.Object
io.mailtrap.model.request.contactlists.ListContactListsQueryParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListContactListsQueryParamsempty()Creates an instance ofListContactListsQueryParamswith no query parameters set.
-
Constructor Details
-
ListContactListsQueryParams
public ListContactListsQueryParams()
-
-
Method Details
-
empty
Creates an instance ofListContactListsQueryParamswith no query parameters set. This is useful when you want to call theContactLists.findAll(long)method without any optional parameters.- Returns:
- A new instance with no parameters set
-