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 UserMetadata
AtmosClient. 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 UserMetadata
AtmosObject. getUserMetadata()
Methods in org.jclouds.atmos.domain with parameters of type UserMetadata Modifier and Type Method Description 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 Modifier and Type Method Description UserMetadata
AtmosObjectImpl. getUserMetadata()
Methods in org.jclouds.atmos.domain.internal with parameters of type UserMetadata Modifier and Type Method Description 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 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 UserMetadata
ParseUserMetadataFromHeaders. apply(HttpResponse from)
-