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

com.cribbstechnologies.clients.mandrill.model.MandrillRequestWithEmail Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.cribbstechnologies.clients.mandrill.model;

public class MandrillRequestWithEmail extends BaseMandrillRequest {

	String email;

	public String getEmail() {
		return email;
	}

	public  void setEmail(String email) {
		this.email = email;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy