Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
UpdateUserLoginRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String userId,
BoxUserUpdateLoginRequestObject requestObject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static BoxUserUpdateLoginRequestObject |
BoxUserUpdateLoginRequestObject.updateUserPrimaryLoginRequestObject(java.lang.String login)
Request object to update user's primary login.
|
Modifier and Type | Method and Description |
---|---|
BoxUser |
IBoxUsersManager.updateUserPrimaryLogin(java.lang.String userId,
BoxUserUpdateLoginRequestObject requestObject)
Used to convert one of the user's confirmed email aliases into the user's primary login.
|
BoxUser |
BoxUsersManagerImpl.updateUserPrimaryLogin(java.lang.String userId,
BoxUserUpdateLoginRequestObject requestObject) |