Uses of Interface
org.jclouds.atmos.domain.MutableContentMetadata
-
Packages that use MutableContentMetadata Package Description org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain org.jclouds.atmos.domain.internal -
-
Uses of MutableContentMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadata
BlobToContentMetadata. apply(BlobMetadata base)
-
Uses of MutableContentMetadata in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadata
AtmosObject. getContentMetadata()
Methods in org.jclouds.atmos.domain with parameters of type MutableContentMetadata Modifier and Type Method Description AtmosObject
AtmosObject.Factory. create(MutableContentMetadata contentMetadata)
AtmosObject
AtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
-
Uses of MutableContentMetadata in org.jclouds.atmos.domain.internal
Classes in org.jclouds.atmos.domain.internal that implement MutableContentMetadata Modifier and Type Class Description class
DelegatingMutableContentMetadata
Methods in org.jclouds.atmos.domain.internal that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadata
AtmosObjectImpl. getContentMetadata()
Methods in org.jclouds.atmos.domain.internal with parameters of type MutableContentMetadata Modifier and Type Method Description AtmosObject
AtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata)
AtmosObject
AtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
Constructors in org.jclouds.atmos.domain.internal with parameters of type MutableContentMetadata Constructor Description AtmosObjectImpl(MutableContentMetadata contentMetadata)
AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
-