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

com.sailthru.client.ApiAction Maven / Gradle / Ivy

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