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

com.mailosaur.models.PreviewListResult Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
package com.mailosaur.models;

import com.google.api.client.util.Key;

import java.util.List;

/**
 * The result of a preview listing operation.
 */
public class PreviewListResult {
    /**
     * A list of requested email previews.
     */
    @Key
    private List items;

    /**
     * Gets a list of requested email previews.
     *
     * @return A list of requested email previews.
     */
    public List items() {
        return this.items;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy