Uses of Enum Class
org.jclouds.azureblob.domain.BlobType
Packages that use BlobType
-
Uses of BlobType in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return BlobType -
Uses of BlobType in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal that return BlobTypeModifier and TypeMethodDescriptionBlobPropertiesImpl.getType()MutableBlobPropertiesImpl.getType()Methods in org.jclouds.azureblob.domain.internal with parameters of type BlobTypeModifier and TypeMethodDescriptionvoidSet the blob type.Constructors in org.jclouds.azureblob.domain.internal with parameters of type BlobTypeModifierConstructorDescriptionBlobPropertiesImpl(BlobType type, String name, String container, URI url, Date lastModified, String eTag, long size, String contentType, byte[] contentMD5, String contentMetadata, String contentLanguage, Date currentExpires, LeaseStatus leaseStatus, Map<String, String> metadata) Deprecated.BlobPropertiesImpl(BlobType type, AccessTier tier, String name, String container, URI url, Date lastModified, String eTag, long size, String contentType, byte[] contentMD5, String contentMetadata, String contentLanguage, Date currentExpires, LeaseStatus leaseStatus, Map<String, String> metadata)