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

models.SendRequestBody Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package models;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public class SendRequestBody {
    private String event;
    private String recipient;
    private String brand;
    private String data;
    private String override;
    private String preferences;
    private String profile;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy