Uses of Class
org.jclouds.b2.domain.Action
-
Packages that use Action Package Description org.jclouds.b2.domain -
-
Uses of Action in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return Action Modifier and Type Method Description abstract Action
B2Object. action()
abstract Action
B2ObjectList.Entry. action()
abstract Action
HideFileResponse. action()
Always "hide".abstract Action
ListUnfinishedLargeFilesResponse.Entry. action()
Always "upload".abstract Action
MultipartUploadResponse. action()
Always "upload".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.Methods in org.jclouds.b2.domain with parameters of type Action Modifier and Type Method Description 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)
static B2ObjectList.Entry
B2ObjectList.Entry. create(Action action, String accountId, String bucketId, String fileId, String fileName, long contentLength, long uploadTimestamp)
static HideFileResponse
HideFileResponse. create(Action action, String accountId, String bucketId, String fileId, 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 MultipartUploadResponse
MultipartUploadResponse. create(Action action, String accountId, String bucketId, String contentType, String fileId, Map<String,String> fileInfo, String fileName, long uploadTimestamp)
-