public class GetFolderItemsHeaders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFolderItemsHeaders.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
boxapi
The URL, and optional password, for the shared link of this item.
|
Map<String,String> |
extraHeaders
Extra headers that will be included in the HTTP request.
|
| Modifier | Constructor and Description |
|---|---|
|
GetFolderItemsHeaders() |
protected |
GetFolderItemsHeaders(GetFolderItemsHeaders.Builder builder) |
public String boxapi
This header can be used to access items that have not been explicitly shared with a user.
Use the format `shared_link=[link]` or if a password is required then use `shared_link=[link]&shared_link_password=[password]`.
This header can be used on the file or folder shared, as well as on any files or folders nested within the item.
public Map<String,String> extraHeaders
public GetFolderItemsHeaders()
protected GetFolderItemsHeaders(GetFolderItemsHeaders.Builder builder)