
ar.com.fernandospr.wns.model.WnsAbstractNotification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-wns Show documentation
Show all versions of java-wns Show documentation
Library to send notifications using WNS
The newest version!
package ar.com.fernandospr.wns.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import javax.xml.bind.annotation.XmlTransient;
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public abstract class WnsAbstractNotification {
@XmlTransient
public abstract String getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy