
com.mailosaur.models.PreviewEmailClientListResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mailosaur-java Show documentation
Show all versions of mailosaur-java Show documentation
Mailosaur Java Bindings for Email Test Automation
package com.mailosaur.models;
import com.google.api.client.util.Key;
import java.util.List;
/**
* A list of available email clients with which to generate email previews.
*/
public class PreviewEmailClientListResult {
/**
* A list of available email clients with which to generate email previews.
*/
@Key
private List items;
/**
* Gets a list of available email clients.
*
* @return A list of available email clients.
*/
public List items() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy