Package | Description |
---|---|
org.jclouds.b2.domain |
Modifier and Type | Method and Description |
---|---|
abstract Action |
MultipartUploadResponse.action()
Always "upload".
|
abstract Action |
ListUnfinishedLargeFilesResponse.Entry.action()
Always "upload".
|
abstract Action |
HideFileResponse.action()
Always "hide".
|
abstract Action |
B2ObjectList.Entry.action() |
abstract Action |
B2Object.action() |
static Action |
Action.fromValue(String symbol) |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HideFileResponse |
HideFileResponse.create(Action action,
String accountId,
String bucketId,
String fileId,
String fileName,
long uploadTimestamp) |
static B2ObjectList.Entry |
B2ObjectList.Entry.create(Action action,
String accountId,
String bucketId,
String fileId,
String fileName,
long contentLength,
long uploadTimestamp) |
static MultipartUploadResponse |
MultipartUploadResponse.create(Action action,
String accountId,
String bucketId,
String contentType,
String fileId,
Map<String,String> fileInfo,
String fileName,
long uploadTimestamp) |
static ListUnfinishedLargeFilesResponse.Entry |
ListUnfinishedLargeFilesResponse.Entry.create(String accountId,
Action action,
String bucketId,
Long contentLength,
String contentSha1,
String contentType,
String fileId,
Map<String,String> fileInfo,
String fileName,
long uploadTimestamp) |
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) |
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.