Package | Description |
---|---|
org.jclouds.b2.domain |
Modifier and Type | Method and Description |
---|---|
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 fileId,
String fileName,
long uploadTimestamp) |
static B2ObjectList.Entry |
B2ObjectList.Entry.create(Action action,
String fileId,
String fileName,
long size,
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-2018 The Apache Software Foundation. All Rights Reserved.