public class BoxItemRequestObject extends BoxDefaultRequestObject
| Modifier | Constructor and Description |
|---|---|
protected |
BoxItemRequestObject() |
| Modifier and Type | Method and Description |
|---|---|
static BoxItemRequestObject |
createSharedLinkRequestObject(BoxSharedLinkRequestObject sharedLink) |
static BoxItemRequestObject |
deleteSharedLinkRequestObject() |
BoxItemRequestObject |
setDescription(String description)
Set description of the file
|
BoxItemRequestObject |
setIfMatch(String etag)
Set etag.
|
BoxItemRequestObject |
setName(String name)
Set name of the file.
|
BoxItemRequestObject |
setParent(String parentId)
Set parent folder of the file.
|
BoxItemRequestObject |
setSharedLink(BoxSharedLinkRequestObject sharedLink)
Set shared link.
|
BoxItemRequestObject |
setTags(String[] tags) |
addField, addFields, addHeader, addQueryParam, get, getEntity, getFields, getHeaders, getJSONEntity, getJSONParser, getQueryParams, put, put, put, setJSONParser, setPagepublic static BoxItemRequestObject deleteSharedLinkRequestObject()
public static BoxItemRequestObject createSharedLinkRequestObject(BoxSharedLinkRequestObject sharedLink)
public BoxItemRequestObject setSharedLink(BoxSharedLinkRequestObject sharedLink)
sharedLink - public BoxItemRequestObject setParent(String parentId)
parentId - id of parentpublic BoxItemRequestObject setIfMatch(String etag)
etag - etagpublic BoxItemRequestObject setName(String name)
name - namepublic BoxItemRequestObject setDescription(String description)
description - descriptionpublic BoxItemRequestObject setTags(String[] tags)
Copyright © 2014. All Rights Reserved.