Class ShareItem
- java.lang.Object
-
- com.azure.storage.file.share.models.ShareItem
-
public final class ShareItem extends Object
A listed Azure Storage share item.
-
-
Constructor Summary
Constructors Constructor Description ShareItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMetadata()Get the metadata property: The metadata property.StringgetName()Get the name property: The name property.SharePropertiesgetProperties()Get the properties property: The properties property.StringgetSnapshot()Get the snapshot property: The snapshot property.StringgetVersion()Get the version property: The version property.BooleanisDeleted()Get the deleted property: The deleted property.ShareItemsetDeleted(Boolean deleted)Set the deleted property: The deleted property.ShareItemsetMetadata(Map<String,String> metadata)Set the metadata property: The metadata property.ShareItemsetName(String name)Set the name property: The name property.ShareItemsetProperties(ShareProperties properties)Set the properties property: The properties property.ShareItemsetSnapshot(String snapshot)Set the snapshot property: The snapshot property.ShareItemsetVersion(String version)Set the version property: The version property.
-
-
-
Method Detail
-
getName
public String getName()
Get the name property: The name property.- Returns:
- the name value.
-
setName
public ShareItem setName(String name)
Set the name property: The name property.- Parameters:
name- the name value to set.- Returns:
- the ShareItem object itself.
-
getSnapshot
public String getSnapshot()
Get the snapshot property: The snapshot property.- Returns:
- the snapshot value.
-
setSnapshot
public ShareItem setSnapshot(String snapshot)
Set the snapshot property: The snapshot property.- Parameters:
snapshot- the snapshot value to set.- Returns:
- the ShareItem object itself.
-
isDeleted
public Boolean isDeleted()
Get the deleted property: The deleted property.- Returns:
- the deleted value.
-
setDeleted
public ShareItem setDeleted(Boolean deleted)
Set the deleted property: The deleted property.- Parameters:
deleted- the deleted value to set.- Returns:
- the ShareItem object itself.
-
getVersion
public String getVersion()
Get the version property: The version property.- Returns:
- the version value.
-
setVersion
public ShareItem setVersion(String version)
Set the version property: The version property.- Parameters:
version- the version value to set.- Returns:
- the ShareItem object itself.
-
getProperties
public ShareProperties getProperties()
Get the properties property: The properties property.- Returns:
- the properties value.
-
setProperties
public ShareItem setProperties(ShareProperties properties)
Set the properties property: The properties property.- Parameters:
properties- the properties value to set.- Returns:
- the ShareItem object itself.
-
getMetadata
public Map<String,String> getMetadata()
Get the metadata property: The metadata property.- Returns:
- the metadata value.
-
-