| Package | Description |
|---|---|
| com.box.boxjavalibv2.requests.requestobjects | |
| com.box.boxjavalibv2.resourcemanagers |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxEventRequestObject |
class |
BoxFileRequestObject |
class |
BoxFolderRequestObject |
| Modifier and Type | Method and Description |
|---|---|
static BoxItemRequestObject |
BoxItemRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestObject sharedLink) |
static BoxItemRequestObject |
BoxItemRequestObject.deleteSharedLinkRequestObject() |
BoxItemRequestObject |
BoxItemRequestObject.setDescription(String description)
Set description of the file
|
BoxItemRequestObject |
BoxItemRequestObject.setIfMatch(String etag)
Set etag.
|
BoxItemRequestObject |
BoxItemRequestObject.setName(String name)
Set name of the file.
|
BoxItemRequestObject |
BoxItemRequestObject.setParent(String parentId)
Set parent folder of the file.
|
BoxItemRequestObject |
BoxItemRequestObject.setSharedLink(BoxSharedLinkRequestObject sharedLink)
Set shared link.
|
BoxItemRequestObject |
BoxItemRequestObject.setTags(String[] tags) |
| Modifier and Type | Method and Description |
|---|---|
BoxItem |
BoxItemsManager.copyItem(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Copy an item.
|
BoxItem |
BoxItemsManager.createSharedLink(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Create a shared link for an item, given the id .
|
BoxItem |
BoxItemsManager.updateItemInfo(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Update info for an item
|
Copyright © 2014. All Rights Reserved.