Package org.jclouds.b2.domain
Class B2ObjectList.Entry
- java.lang.Object
-
- org.jclouds.b2.domain.B2ObjectList.Entry
-
- Enclosing class:
- B2ObjectList
public abstract static class B2ObjectList.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract String
accountId()
abstract Action
action()
abstract String
bucketId()
abstract long
contentLength()
static B2ObjectList.Entry
create(Action action, String accountId, String bucketId, String fileId, String fileName, long contentLength, long uploadTimestamp)
abstract String
fileId()
abstract String
fileName()
long
size()
Deprecated.abstract Date
uploadTimestamp()
-
-
-
Method Detail
-
action
public abstract Action action()
-
accountId
public abstract String accountId()
-
bucketId
public abstract String bucketId()
-
fileName
public abstract String fileName()
-
contentLength
public abstract long contentLength()
-
size
@Deprecated public long size()
Deprecated.
-
uploadTimestamp
public abstract Date uploadTimestamp()
-
-