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

com.mailosaur.models.DeviceListResult 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 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