models.SendListRequestBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of courier-java Show documentation
Show all versions of courier-java Show documentation
Java SDK for communicating with the Courier REST API.
package models;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class SendListRequestBody {
private String list;
private String pattern;
private String event;
private String brand;
private String data;
private String override;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy