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