
com.mailosaur.models.PreviewListResult 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;
/**
* 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