public interface

GetFileInfoRequest

implements BoxRequest
cn.com.believer.songyuanframework.openapi.storage.box.functions.GetFileInfoRequest
Known Indirect Subclasses

Summary

Public Methods
abstract String getAuthToken()
abstract String getFileId()
abstract void setAuthToken(String authToken)
abstract void setFileId(String fileId)
[Expand]
Inherited Methods
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest

Public Methods

public abstract String getAuthToken ()

Returns
  • the authToken

public abstract String getFileId ()

Returns
  • the fileId

public abstract void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public abstract void setFileId (String fileId)

Parameters
fileId The fileId to set