Package org.jclouds.b2.domain
Class HideFileResponse
- java.lang.Object
-
- org.jclouds.b2.domain.HideFileResponse
-
public abstract class HideFileResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HideFileResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
accountId()
abstract Action
action()
Always "hide".abstract String
bucketId()
static HideFileResponse
create(Action action, String accountId, String bucketId, String fileId, String fileName, long uploadTimestamp)
abstract String
fileId()
abstract String
fileName()
abstract Date
uploadTimestamp()
-