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

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

There is a newer version: 8.1.0
Show newest version
package com.mailosaur.models;

import java.util.List;
import com.google.api.client.util.Key;

/**
 * The Metadata model.
 */
public class Metadata {
    /**
     * The headers property.
     */
	@Key
    private List headers;

    /**
     * Get the headers value.
     *
     * @return the headers value
     */
    public List headers() {
        return this.headers;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy