com.mailosaur.models.Metadata 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;
/**
* 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