
com.mailosaur.models.DeviceListResult 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 the device listing operation.
*/
public class DeviceListResult {
/**
* The individual devices forming the result.
*/
@Key
private List items;
/**
* Gets the individual devices forming the result.
*
* @return The individual devices forming the result.
*/
public List items() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy