Uses of Class
org.jclouds.atmos.domain.DirectoryEntry
- 
Packages that use DirectoryEntry Package Description org.jclouds.atmos org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain org.jclouds.atmos.functions org.jclouds.atmos.xml  - 
- 
Uses of DirectoryEntry in org.jclouds.atmos
Methods in org.jclouds.atmos that return types with arguments of type DirectoryEntry Modifier and Type Method Description BoundedSet<? extends DirectoryEntry>AtmosClient. listDirectories(ListOptions... options)BoundedSet<? extends DirectoryEntry>AtmosClient. listDirectory(String directoryName, ListOptions... options) - 
Uses of DirectoryEntry in org.jclouds.atmos.blobstore.functions
Method parameters in org.jclouds.atmos.blobstore.functions with type arguments of type DirectoryEntry Modifier and Type Method Description PageSet<? extends StorageMetadata>DirectoryEntryListToResourceMetadataList. apply(BoundedSet<? extends DirectoryEntry> from) - 
Uses of DirectoryEntry in org.jclouds.atmos.domain
Subclasses of DirectoryEntry in org.jclouds.atmos.domain Modifier and Type Class Description classSystemMetadataMetadata of a Atmos Online objectMethods in org.jclouds.atmos.domain with parameters of type DirectoryEntry Modifier and Type Method Description intDirectoryEntry. compareTo(DirectoryEntry o) - 
Uses of DirectoryEntry in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return types with arguments of type DirectoryEntry Modifier and Type Method Description BoundedSet<DirectoryEntry>ParseDirectoryListFromContentAndHeaders. apply(HttpResponse from)parses the http response headers to create a newBoundedSetobject. - 
Uses of DirectoryEntry in org.jclouds.atmos.xml
Methods in org.jclouds.atmos.xml that return types with arguments of type DirectoryEntry Modifier and Type Method Description Set<DirectoryEntry>ListDirectoryResponseHandler. getResult() 
 -