![JAR search and dependency download from the Maven repository](/logo.png)
com.mailosaur.models.PreviewEmailClientListResult Maven / Gradle / Ivy
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