Uses of Class
org.jclouds.atmos.domain.UserMetadata
- 
Packages that use UserMetadata Package Description 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 Modifier and Type Method Description UserMetadataAtmosClient. getUserMetadata(String path) - 
Uses of UserMetadata in org.jclouds.atmos.binders
Methods in org.jclouds.atmos.binders with parameters of type UserMetadata Modifier and Type Method Description Map<String,String>BindUserMetadataToHeaders. apply(UserMetadata md) - 
Uses of UserMetadata in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return UserMetadata Modifier and Type Method Description UserMetadataAtmosObject. getUserMetadata()Methods in org.jclouds.atmos.domain with parameters of type UserMetadata Modifier and Type Method Description AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObject.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 Modifier and Type Method Description UserMetadataAtmosObjectImpl. getUserMetadata()Methods in org.jclouds.atmos.domain.internal with parameters of type UserMetadata Modifier and Type Method Description AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(SystemMetadata systemMetadata, UserMetadata userMetadata)Constructors in org.jclouds.atmos.domain.internal with parameters of type UserMetadata Constructor Description AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) - 
Uses of UserMetadata in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return UserMetadata Modifier and Type Method Description UserMetadataParseUserMetadataFromHeaders. apply(HttpResponse from) 
 -