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

All Superinterfaces:
BoxResponse
All Known Implementing Classes:
GetFileInfoResponseImpl

public interface GetFileInfoResponse
extends BoxResponse

Author:
Jimmy

Method Summary
 BoxFile getFile()
           
 void setFile(BoxFile file)
           
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
getStatus, setStatus
 

Method Detail

getFile

BoxFile getFile()
Returns:
the file

setFile

void setFile(BoxFile file)
Parameters:
file - the file to set