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

co.fingerprintsoft.notification.bulksms.BulkSMSSMSResponse Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package co.fingerprintsoft.notification.bulksms;

import con.fingerprintsoft.notification.sms.SMSResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class BulkSMSSMSResponse extends SMSResponse {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy