| Package | Description |
|---|---|
| org.jclouds.b2.domain | |
| org.jclouds.b2.features | |
| org.jclouds.b2.functions |
| Modifier and Type | Method and Description |
|---|---|
static B2Object |
B2Object.create(String fileId,
String fileName,
String accountId,
String bucketId,
Long contentLength,
String contentSha1,
String contentType,
Map<String,String> fileInfo,
Action action,
Long uploadTimestamp,
String contentRange,
Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
B2Object |
MultipartApi.cancelLargeFile(String fileId) |
B2Object |
ObjectApi.downloadFileById(String fileId) |
B2Object |
ObjectApi.downloadFileById(String fileId,
GetOptions options) |
B2Object |
ObjectApi.downloadFileByName(String bucketName,
String fileName) |
B2Object |
ObjectApi.downloadFileByName(String bucketName,
String fileName,
GetOptions options) |
B2Object |
MultipartApi.finishLargeFile(String fileId,
Collection<String> contentSha1List) |
B2Object |
ObjectApi.getFileInfo(String fileId) |
| Modifier and Type | Method and Description |
|---|---|
B2Object |
ParseB2ObjectFromResponse.apply(HttpResponse from) |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.