
com.xcase.box.transputs.GetFriendsRequest Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.box.transputs;
/**
*
* @author martin
*/
public interface GetFriendsRequest extends BoxRequest {
/**
* @return the authToken
*/
public String getAuthToken();
/**
* @param authToken the authToken to set
*/
public void setAuthToken(String authToken);
/**
* @return the params
*/
public String[] getParams();
/**
* @param params the params to set
*/
public void setParams(String[] params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy