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

com.mailersend.sdk.scheduledmessages.SingleScheduledMessageResponse Maven / Gradle / Ivy

package com.mailersend.sdk.scheduledmessages;

import com.google.gson.annotations.SerializedName;
import com.mailersend.sdk.MailerSendResponse;

/**
 * 

SingleScheduledMessageResponse class.

* * @author mailersend * @version $Id: $Id */ public class SingleScheduledMessageResponse extends MailerSendResponse { @SerializedName("data") public ScheduledMessage scheduledMessage; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy