Uses of Class
org.jclouds.atmos.domain.UserMetadata

Packages that use UserMetadata
org.jclouds.atmos   
org.jclouds.atmos.binders   
org.jclouds.atmos.domain   
org.jclouds.atmos.domain.internal   
org.jclouds.atmos.functions   
 

Uses of UserMetadata in org.jclouds.atmos
 

Methods in org.jclouds.atmos that return UserMetadata
 UserMetadata AtmosClient.getUserMetadata(String path)
           
 

Methods in org.jclouds.atmos that return types with arguments of type UserMetadata
 com.google.common.util.concurrent.ListenableFuture<UserMetadata> AtmosAsyncClient.getUserMetadata(String path)
           
 

Uses of UserMetadata in org.jclouds.atmos.binders
 

Methods in org.jclouds.atmos.binders with parameters of type UserMetadata
 Map<String,String> BindUserMetadataToHeaders.apply(UserMetadata md)
           
 

Uses of UserMetadata in org.jclouds.atmos.domain
 

Methods in org.jclouds.atmos.domain that return UserMetadata
 UserMetadata AtmosObject.getUserMetadata()
           
 

Methods in org.jclouds.atmos.domain with parameters of type UserMetadata
 AtmosObject AtmosObject.Factory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObject.Factory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Uses of UserMetadata in org.jclouds.atmos.domain.internal
 

Methods in org.jclouds.atmos.domain.internal that return UserMetadata
 UserMetadata AtmosObjectImpl.getUserMetadata()
           
 

Methods in org.jclouds.atmos.domain.internal with parameters of type UserMetadata
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Constructors in org.jclouds.atmos.domain.internal with parameters of type UserMetadata
AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Uses of UserMetadata in org.jclouds.atmos.functions
 

Methods in org.jclouds.atmos.functions that return UserMetadata
 UserMetadata ParseUserMetadataFromHeaders.apply(HttpResponse from)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.