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

com.mailgun.model.message.MessageResponse Maven / Gradle / Ivy

Go to download

The Mailgun SDK for Java enables Java developers to work with Mailgun API efficiently.

The newest version!
package com.mailgun.model.message;

import lombok.Builder;
import lombok.Value;
import lombok.extern.jackson.Jacksonized;


/**
 * 

* The object is used for sending messages(emails) using Mailgun API. *

* * @see field-explanation */ @Value @Jacksonized @Builder public class MessageResponse { /** *

* Message id. *

*/ String id; /** *

* Result status message. *

*/ String message; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy