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

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

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