Package | Description |
---|---|
com.box.boxjavalibv2.jsonentities | |
com.box.boxjavalibv2.requests.requestobjects |
Modifier and Type | Method and Description |
---|---|
BoxSharedLinkRequestEntity |
BoxSharedLinkRequestEntity.setAccess(java.lang.String accessLevel)
Set access String.
|
Modifier and Type | Method and Description |
---|---|
static BoxSharedLinkRequestObject |
BoxSharedLinkRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |
static BoxItemRequestObject |
BoxItemRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |
static BoxFolderRequestObject |
BoxFolderRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |
static BoxFileRequestObject |
BoxFileRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |
protected BoxSharedLinkRequestObject |
BoxSharedLinkRequestObject.setSharedLink(BoxSharedLinkRequestEntity sharedLink)
Set shared link.
|
Constructor and Description |
---|
BoxFileRequestObject(BoxSharedLinkRequestEntity sharedLink) |
BoxFolderRequestObject(BoxSharedLinkRequestEntity sharedLink) |
BoxItemRequestObject(BoxSharedLinkRequestEntity sharedLink) |
BoxSharedLinkRequestObject(BoxSharedLinkRequestEntity sharedLink) |