Modifier and Type | Method and Description |
---|---|
protected void |
FolderNavigationActivity.handleOtherClick(BoxItem item)
Handler response when an item other than a file or folder is clicked on.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidEvent
Data class for event.
|
class |
BoxAndroidFile
Data class for file.
|
class |
BoxAndroidFolder
Data class for folder.
|
class |
BoxAndroidWebLink
Web link.
|
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailManager.setThumbnailIntoView(ImageView icon,
BoxItem boxItem)
Sets the best known image for given item into the given view.
|
Modifier and Type | Method and Description |
---|---|
BoxItem |
BoxListItem.getBoxItem() |
Constructor and Description |
---|
BoxListItem(BoxItem boxItem,
java.lang.String identifier)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxEvent |
class |
BoxFile
Box File object
|
class |
BoxFolder
Box folder.
|
class |
BoxWebLink |
Modifier and Type | Method and Description |
---|---|
BoxItem |
BoxLock.getFile() |
Modifier and Type | Method and Description |
---|---|
void |
BoxLock.setFile(BoxItem file) |
Constructor and Description |
---|
BoxItem(BoxItem obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
BoxItem |
IBoxItemsManager.copyItem(java.lang.String id,
BoxItemCopyRequestObject requestObject,
BoxResourceType type)
Copy an item.
|
BoxItem |
BoxItemsManagerImpl.copyItem(java.lang.String id,
BoxItemCopyRequestObject requestObject,
BoxResourceType type) |
BoxItem |
IBoxItemsManager.createSharedLink(java.lang.String id,
BoxSharedLinkRequestObject requestObject,
BoxResourceType type)
Create a shared link for an item, given the id .
|
BoxItem |
BoxItemsManagerImpl.createSharedLink(java.lang.String id,
BoxSharedLinkRequestObject requestObject,
BoxResourceType type) |
BoxItem |
IBoxItemsManager.getItem(java.lang.String id,
BoxDefaultRequestObject requestObject,
BoxResourceType type)
Get item given an item id.
|
BoxItem |
BoxItemsManagerImpl.getItem(java.lang.String id,
BoxDefaultRequestObject requestObject,
BoxResourceType type) |
BoxItem |
IBoxSharedItemsManager.getSharedItem(BoxDefaultRequestObject requestObject)
Get the shared item given a SharedItemAuth.
|
BoxItem |
BoxSharedItemsManagerImpl.getSharedItem(BoxDefaultRequestObject requestObject) |
BoxItem |
IBoxItemsManager.updateItemInfo(java.lang.String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Update info for an item
|
BoxItem |
BoxItemsManagerImpl.updateItemInfo(java.lang.String id,
BoxItemRequestObject requestObject,
BoxResourceType type) |