cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface PrivateShareRequest
- All Superinterfaces:
- BoxRequest
- All Known Implementing Classes:
- PrivateShareRequestImpl
public interface PrivateShareRequest
- 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
getEmails
java.lang.String[] getEmails()
- Returns:
- the emails
setEmails
void setEmails(java.lang.String[] emails)
- Parameters:
emails
- the emails to set
getMessage
java.lang.String getMessage()
- Returns:
- the message
setMessage
void setMessage(java.lang.String message)
- Parameters:
message
- the message to set
isNofity
boolean isNofity()
- Returns:
- the nofity
setNofity
void setNofity(boolean nofity)
- Parameters:
nofity
- the nofity to set