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 StringaccountId()abstract Actionaction()Always "hide".abstract StringbucketId()static HideFileResponsecreate(Action action, String accountId, String bucketId, String fileId, String fileName, long uploadTimestamp)abstract StringfileId()abstract StringfileName()abstract DateuploadTimestamp()
-