com.sailthru.client.ApiAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sailthru-java-client Show documentation
Show all versions of sailthru-java-client Show documentation
Java client library for Sailthru API
The newest version!
package com.sailthru.client;
/**
* API calls
* @author Prajwal Tuladhar
*/
public enum ApiAction {
event,
settings,
email,
send,
blast,
blast_repeat,
preview,
template,
list,
content,
alert,
stats,
purchase,
horizon,
job,
trigger,
inbox,
user,
RETURN, // the case is inconsistent, but "return" is a reserved keyword
content_watch { public String toString() { return "content/watch"; } },
content_watch_profile { public String toString() { return "content/watch/profile"; } },
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy