Uses of Enum Class
org.jclouds.b2.domain.Action
Packages that use Action
-
Uses of Action in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return ActionModifier and TypeMethodDescriptionabstract 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
static Action
Returns the enum constant of this class with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.b2.domain with parameters of type ActionModifier and TypeMethodDescriptionstatic 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) 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)