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

All Superinterfaces:
BoxRequest
All Known Implementing Classes:
RegisterNewUserRequestImpl

public interface RegisterNewUserRequest
extends BoxRequest

Author:
Jimmy

Method Summary
 java.lang.String getLoginName()
           
 java.lang.String getPassword()
           
 void setLoginName(java.lang.String loginName)
           
 void setPassword(java.lang.String password)
           
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getActionName, getApiKey, setApiKey
 

Method Detail

getLoginName

java.lang.String getLoginName()
Returns:
the loginName

setLoginName

void setLoginName(java.lang.String loginName)
Parameters:
loginName - the loginName to set

getPassword

java.lang.String getPassword()
Returns:
the password

setPassword

void setPassword(java.lang.String password)
Parameters:
password - the password to set