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

com.sailthru.client.params.ApiParams Maven / Gradle / Ivy

The newest version!
package com.sailthru.client.params;

import java.lang.reflect.Type;
import com.sailthru.client.ApiAction;

/**
 *
 * @author Prajwal Tuladhar 
 */
public interface ApiParams {
    public Type getType();

    public ApiAction getApiCall();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy