Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.resourcemanagers |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidUser
Data class for user.
|
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 |
IBoxUsersManager.createEnterpriseUser(BoxUserRequestObject requestObject)
Used to provision a new user in an enterprise.
|
BoxUser |
BoxUsersManagerImpl.createEnterpriseUser(BoxUserRequestObject requestObject) |
BoxUser |
IBoxUsersManager.getCurrentUser(BoxDefaultRequestObject requestObject)
Get the current user's information.
|
BoxUser |
BoxUsersManagerImpl.getCurrentUser(BoxDefaultRequestObject requestObject) |
BoxUser |
IBoxUsersManager.updateUserInformaiton(java.lang.String userId,
BoxUserRequestObject requestObject)
Used to edit the settings and information about a user.
|
BoxUser |
BoxUsersManagerImpl.updateUserInformaiton(java.lang.String userId,
BoxUserRequestObject requestObject) |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoxUser> |
IBoxUsersManager.getAllEnterpriseUser(BoxDefaultRequestObject requestObject,
java.lang.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.
|
java.util.List<BoxUser> |
BoxUsersManagerImpl.getAllEnterpriseUser(BoxDefaultRequestObject requestObject,
java.lang.String filterTerm) |
static java.util.List<BoxUser> |
BoxUsersManagerImpl.getUsers(BoxCollection collection)
Deprecated.
|