Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
UpdateItemInfoRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String fileFolderId,
BoxItemRequestObject requestObject,
BoxResourceType type) |
Modifier and Type | Class and Description |
---|---|
class |
BoxFileRequestObject |
class |
BoxFolderRequestObject |
Modifier and Type | Method and Description |
---|---|
static BoxItemRequestObject |
BoxItemRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |
static BoxItemRequestObject |
BoxItemRequestObject.deleteSharedLinkRequestObject() |
static BoxItemRequestObject |
BoxItemRequestObject.getRequestObject() |
BoxItemRequestObject |
BoxItemRequestObject.setDescription(java.lang.String description)
Set description of the file
|
BoxItemRequestObject |
BoxItemRequestObject.setName(java.lang.String name)
Set name of the file.
|
BoxItemRequestObject |
BoxItemRequestObject.setParent(java.lang.String parentId)
Set parent folder of the file.
|
BoxItemRequestObject |
BoxItemRequestObject.setTags(java.lang.String[] tags) |
Modifier and Type | Method and Description |
---|---|
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) |