cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface RenameRequest
- All Superinterfaces:
- BoxRequest
- All Known Implementing Classes:
- RenameRequestImpl
public interface RenameRequest
- extends BoxRequest
- Author:
- Jimmy
getAuthToken
java.lang.String getAuthToken()
- Returns:
- the authToken
setAuthToken
void setAuthToken(java.lang.String authToken)
- Parameters:
authToken
- the authToken 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
getNewName
java.lang.String getNewName()
- Returns:
- the newName
setNewName
void setNewName(java.lang.String newName)
- Parameters:
newName
- the newName to set