public class ArchivesManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchivesManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
ArchivesManager() |
protected |
ArchivesManager(ArchivesManager.Builder builder) |
public Authentication auth
public NetworkSession networkSession
public ArchivesManager()
protected ArchivesManager(ArchivesManager.Builder builder)
public ArchivesV2025R0 getArchivesV2025R0()
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
public ArchivesV2025R0 getArchivesV2025R0(GetArchivesV2025R0QueryParams queryParams)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
queryParams - Query parameters of getArchivesV2025R0 methodpublic ArchivesV2025R0 getArchivesV2025R0(GetArchivesV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
headers - Headers of getArchivesV2025R0 methodpublic ArchivesV2025R0 getArchivesV2025R0(GetArchivesV2025R0QueryParams queryParams, GetArchivesV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
queryParams - Query parameters of getArchivesV2025R0 methodheaders - Headers of getArchivesV2025R0 methodpublic ArchiveV2025R0 createArchiveV2025R0(CreateArchiveV2025R0RequestBody requestBody)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
requestBody - Request body of createArchiveV2025R0 methodpublic ArchiveV2025R0 createArchiveV2025R0(CreateArchiveV2025R0RequestBody requestBody, CreateArchiveV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
requestBody - Request body of createArchiveV2025R0 methodheaders - Headers of createArchiveV2025R0 methodpublic void deleteArchiveByIdV2025R0(String archiveId)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
<Danger> This endpoint is currently unavailable. Please contact support for assistance. </Danger>
archiveId - The ID of the archive. Example: "982312"public void deleteArchiveByIdV2025R0(String archiveId, DeleteArchiveByIdV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
<Danger> This endpoint is currently unavailable. Please contact support for assistance. </Danger>
archiveId - The ID of the archive. Example: "982312"headers - Headers of deleteArchiveByIdV2025R0 methodpublic ArchiveV2025R0 updateArchiveByIdV2025R0(String archiveId)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
archiveId - The ID of the archive. Example: "982312"public ArchiveV2025R0 updateArchiveByIdV2025R0(String archiveId, UpdateArchiveByIdV2025R0RequestBody requestBody)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
archiveId - The ID of the archive. Example: "982312"requestBody - Request body of updateArchiveByIdV2025R0 methodpublic ArchiveV2025R0 updateArchiveByIdV2025R0(String archiveId, UpdateArchiveByIdV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
archiveId - The ID of the archive. Example: "982312"headers - Headers of updateArchiveByIdV2025R0 methodpublic ArchiveV2025R0 updateArchiveByIdV2025R0(String archiveId, UpdateArchiveByIdV2025R0RequestBody requestBody, UpdateArchiveByIdV2025R0Headers headers)
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
archiveId - The ID of the archive. Example: "982312"requestBody - Request body of updateArchiveByIdV2025R0 methodheaders - Headers of updateArchiveByIdV2025R0 methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()