All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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