cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface GetFileInfoRequest

All Superinterfaces:
BoxRequest
All Known Implementing Classes:
GetFileInfoRequestImpl

public interface GetFileInfoRequest
extends BoxRequest

Author:
Jimmy

Method Summary
 java.lang.String getAuthToken()
           
 java.lang.String getFileId()
           
 void setAuthToken(java.lang.String authToken)
           
 void setFileId(java.lang.String fileId)
           
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getActionName, getApiKey, setApiKey
 

Method Detail

getAuthToken

java.lang.String getAuthToken()
Returns:
the authToken

setAuthToken

void setAuthToken(java.lang.String authToken)
Parameters:
authToken - the authToken to set

getFileId

java.lang.String getFileId()
Returns:
the fileId

setFileId

void setFileId(java.lang.String fileId)
Parameters:
fileId - the fileId to set