public class BoxSimpleUserRequestObject extends BoxDefaultRequestObject
Modifier | Constructor and Description |
---|---|
protected |
BoxSimpleUserRequestObject() |
Modifier and Type | Method and Description |
---|---|
static BoxSimpleUserRequestObject |
moveFolderToAnotherUserRequestEntity(java.lang.String destinationUserId,
boolean notify)
move a folder to another user.
|
BoxSimpleUserRequestObject |
setNotifyUser(boolean notify)
Set whether the user should receive an email notification.
|
getFromEntity, getJSONEntity, getRequestExtras, put, setPage
public static BoxSimpleUserRequestObject moveFolderToAnotherUserRequestEntity(java.lang.String destinationUserId, boolean notify)
destinationFolderId
- the ID of the user who the folder will be transferred tonotify
- whether destination user should receive email notification of the transferpublic BoxSimpleUserRequestObject setNotifyUser(boolean notify)
notify
-