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

All Superinterfaces:
BoxRequest
All Known Implementing Classes:
AddToTagRequestImpl

public interface AddToTagRequest
extends BoxRequest

Author:
Jimmy

Method Summary
 java.lang.String getAuthToken()
           
 java.lang.String[] getTags()
           
 java.lang.String getTarget()
           
 java.lang.String getTargetId()
           
 void setAuthToken(java.lang.String authToken)
           
 void setTags(java.lang.String[] tags)
           
 void setTarget(java.lang.String target)
           
 void setTargetId(java.lang.String targetId)
           
 
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

getTags

java.lang.String[] getTags()
Returns:
the tags

setTags

void setTags(java.lang.String[] tags)
Parameters:
tags - the tags to set

getTarget

java.lang.String getTarget()
Returns:
the target

setTarget

void setTarget(java.lang.String target)
Parameters:
target - the target to set

getTargetId

java.lang.String getTargetId()
Returns:
the targetId

setTargetId

void setTargetId(java.lang.String targetId)
Parameters:
targetId - the targetId to set