Uses of Class
org.jclouds.b2.domain.ListUnfinishedLargeFilesResponse.Entry
-
Packages that use ListUnfinishedLargeFilesResponse.Entry Package Description org.jclouds.b2.domain -
-
Uses of ListUnfinishedLargeFilesResponse.Entry in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return ListUnfinishedLargeFilesResponse.Entry Modifier and Type Method Description 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)
Methods in org.jclouds.b2.domain that return types with arguments of type ListUnfinishedLargeFilesResponse.Entry Modifier and Type Method Description abstract List<ListUnfinishedLargeFilesResponse.Entry>
ListUnfinishedLargeFilesResponse. files()
Method parameters in org.jclouds.b2.domain with type arguments of type ListUnfinishedLargeFilesResponse.Entry Modifier and Type Method Description static ListUnfinishedLargeFilesResponse
ListUnfinishedLargeFilesResponse. create(String nextFileId, List<ListUnfinishedLargeFilesResponse.Entry> files)
-