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 ActionB2Object. action()abstract ActionB2ObjectList.Entry. action()abstract ActionHideFileResponse. action()Always "hide".abstract ActionListUnfinishedLargeFilesResponse.Entry. action()Always "upload".abstract ActionMultipartUploadResponse. action()Always "upload".static ActionAction. fromValue(String symbol)static ActionAction. 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 B2ObjectB2Object. 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.EntryB2ObjectList.Entry. create(Action action, String accountId, String bucketId, String fileId, String fileName, long contentLength, long uploadTimestamp)static HideFileResponseHideFileResponse. create(Action action, String accountId, String bucketId, String fileId, String fileName, long uploadTimestamp)static ListUnfinishedLargeFilesResponse.EntryListUnfinishedLargeFilesResponse.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 MultipartUploadResponseMultipartUploadResponse. create(Action action, String accountId, String bucketId, String contentType, String fileId, Map<String,String> fileInfo, String fileName, long uploadTimestamp) 
 -