public class AppItemAssociationsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppItemAssociationsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
AppItemAssociationsManager() |
protected |
AppItemAssociationsManager(AppItemAssociationsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuth() |
AppItemAssociations |
getFileAppItemAssociations(String fileId)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the file is associated with.
|
AppItemAssociations |
getFileAppItemAssociations(String fileId,
GetFileAppItemAssociationsHeaders headers)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the file is associated with.
|
AppItemAssociations |
getFileAppItemAssociations(String fileId,
GetFileAppItemAssociationsQueryParams queryParams)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the file is associated with.
|
AppItemAssociations |
getFileAppItemAssociations(String fileId,
GetFileAppItemAssociationsQueryParams queryParams,
GetFileAppItemAssociationsHeaders headers)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the file is associated with.
|
AppItemAssociations |
getFolderAppItemAssociations(String folderId)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the folder is associated with.
|
AppItemAssociations |
getFolderAppItemAssociations(String folderId,
GetFolderAppItemAssociationsHeaders headers)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the folder is associated with.
|
AppItemAssociations |
getFolderAppItemAssociations(String folderId,
GetFolderAppItemAssociationsQueryParams queryParams)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the folder is associated with.
|
AppItemAssociations |
getFolderAppItemAssociations(String folderId,
GetFolderAppItemAssociationsQueryParams queryParams,
GetFolderAppItemAssociationsHeaders headers)
**This is a beta feature, which means that its availability might be limited.** Returns all app
items the folder is associated with.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public AppItemAssociationsManager()
protected AppItemAssociationsManager(AppItemAssociationsManager.Builder builder)
public AppItemAssociations getFileAppItemAssociations(String fileId)
fileId - The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
public AppItemAssociations getFileAppItemAssociations(String fileId, GetFileAppItemAssociationsQueryParams queryParams)
fileId - The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
queryParams - Query parameters of getFileAppItemAssociations methodpublic AppItemAssociations getFileAppItemAssociations(String fileId, GetFileAppItemAssociationsHeaders headers)
fileId - The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
headers - Headers of getFileAppItemAssociations methodpublic AppItemAssociations getFileAppItemAssociations(String fileId, GetFileAppItemAssociationsQueryParams queryParams, GetFileAppItemAssociationsHeaders headers)
fileId - The unique identifier that represents a file.
The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
queryParams - Query parameters of getFileAppItemAssociations methodheaders - Headers of getFileAppItemAssociations methodpublic AppItemAssociations getFolderAppItemAssociations(String folderId)
folderId - The unique identifier that represent a folder.
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`. Example: "12345"
public AppItemAssociations getFolderAppItemAssociations(String folderId, GetFolderAppItemAssociationsQueryParams queryParams)
folderId - The unique identifier that represent a folder.
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`. Example: "12345"
queryParams - Query parameters of getFolderAppItemAssociations methodpublic AppItemAssociations getFolderAppItemAssociations(String folderId, GetFolderAppItemAssociationsHeaders headers)
folderId - The unique identifier that represent a folder.
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`. Example: "12345"
headers - Headers of getFolderAppItemAssociations methodpublic AppItemAssociations getFolderAppItemAssociations(String folderId, GetFolderAppItemAssociationsQueryParams queryParams, GetFolderAppItemAssociationsHeaders headers)
folderId - The unique identifier that represent a folder.
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`. Example: "12345"
queryParams - Query parameters of getFolderAppItemAssociations methodheaders - Headers of getFolderAppItemAssociations methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()