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

All Superinterfaces:
BoxRequest
All Known Implementing Classes:
GetAuthTokenRequestImpl

public interface GetAuthTokenRequest
extends BoxRequest

Author:
Jimmy

Method Summary
 java.lang.String getTicket()
           
 void setTicket(java.lang.String ticket)
           
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getActionName, getApiKey, setApiKey
 

Method Detail

getTicket

java.lang.String getTicket()
Returns:
the ticket

setTicket

void setTicket(java.lang.String ticket)
Parameters:
ticket - the ticket to set