com.mailosaur.models.ServerListResult 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 java.util.List;
import com.google.api.client.util.Key;
public class ServerListResult {
/**
* The items property.
*/
@Key
private List items;
/**
* Get the items value.
*
* @return the items value
*/
public List items() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy