Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
MoveFolderToAnotherUserRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String userId,
java.lang.String folderId,
BoxSimpleUserRequestObject requestObject)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxUserRequestObject |
Modifier and Type | Method and Description |
---|---|
static BoxSimpleUserRequestObject |
BoxSimpleUserRequestObject.moveFolderToAnotherUserRequestEntity(java.lang.String destinationUserId,
boolean notify)
move a folder to another user.
|
BoxSimpleUserRequestObject |
BoxSimpleUserRequestObject.setNotifyUser(boolean notify)
Set whether the user should receive an email notification.
|
Modifier and Type | Method and Description |
---|---|
BoxFolder |
IBoxUsersManager.moveFolderToAnotherUser(java.lang.String userId,
java.lang.String folderId,
BoxSimpleUserRequestObject requestObject)
Moves all of the content from within one user's folder into a new folder in another user's account.
|
BoxFolder |
BoxUsersManagerImpl.moveFolderToAnotherUser(java.lang.String userId,
java.lang.String folderId,
BoxSimpleUserRequestObject requestObject) |