| Package | Description |
|---|---|
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| Modifier and Type | Method and Description |
|---|---|
BoxUser |
BoxLock.getCreatedBy() |
BoxUser |
BoxItem.getCreatedBy()
Get the user creating this item.
|
BoxUser |
BoxComment.getCreatedBy()
Get the user creating this comment.
|
BoxUser |
BoxCollaboration.getCreatedBy()
Get the user creating this collaboration.
|
BoxUser |
BoxItem.getModifiedBy()
Get the user last modified the item.
|
BoxUser |
BoxFileVersion.getModifiedBy()
Get the user last modified this version.
|
BoxUser |
BoxItem.getOwnedBy()
Get owner of the item.
|
BoxUser |
BoxGroupMembership.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxLock.setCreatedBy(BoxUser createdBy) |
| Constructor and Description |
|---|
BoxUser(BoxUser obj)
Copy constructor, this does deep copy for all the fields.
|
| Modifier and Type | Method and Description |
|---|---|
BoxUser |
BoxUsersManager.createEnterpriseUser(BoxUserRequestObject requestObject)
Used to provision a new user in an enterprise.
|
BoxUser |
BoxUsersManager.getCurrentUser(BoxDefaultRequestObject requestObject)
Get the current user's information.
|
BoxUser |
BoxUsersManager.updateUserInformaiton(String userId,
BoxUserRequestObject requestObject)
Used to edit the settings and information about a user.
|
BoxUser |
BoxUsersManager.updateUserPrimaryLogin(String userId,
BoxUserRequestObject requestObject)
Used to convert one of the user's confirmed email aliases into the user's primary login.
|
| Modifier and Type | Method and Description |
|---|---|
List<BoxUser> |
BoxUsersManager.getAllEnterpriseUser(BoxDefaultRequestObject requestObject,
String filterTerm)
Get the list of all users for the Enterprise with their user_id, public_name, and login if the user is an enterprise admin.
|
static List<BoxUser> |
BoxUsersManager.getUsers(BoxCollection collection)
Get users from a collection.
|
Copyright © 2014. All Rights Reserved.