Class ShareItem
java.lang.Object
com.azure.storage.file.share.models.ShareItem
A listed Azure Storage share item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the metadata property: The metadata property.getName()
Get the name property: The name property.Get the properties property: The properties property.Get the snapshot property: The snapshot property.Get the version property: The version property.Get the deleted property: The deleted property.setDeleted
(Boolean deleted) Set the deleted property: The deleted property.setMetadata
(Map<String, String> metadata) Set the metadata property: The metadata property.Set the name property: The name property.setProperties
(ShareProperties properties) Set the properties property: The properties property.setSnapshot
(String snapshot) Set the snapshot property: The snapshot property.setVersion
(String version) Set the version property: The version property.
-
Constructor Details
-
ShareItem
public ShareItem()
-
-
Method Details
-
getName
Get the name property: The name property.- Returns:
- the name value.
-
setName
Set the name property: The name property.- Parameters:
name
- the name value to set.- Returns:
- the ShareItem object itself.
-
getSnapshot
Get the snapshot property: The snapshot property.- Returns:
- the snapshot value.
-
setSnapshot
Set the snapshot property: The snapshot property.- Parameters:
snapshot
- the snapshot value to set.- Returns:
- the ShareItem object itself.
-
isDeleted
Get the deleted property: The deleted property.- Returns:
- the deleted value.
-
setDeleted
Set the deleted property: The deleted property.- Parameters:
deleted
- the deleted value to set.- Returns:
- the ShareItem object itself.
-
getVersion
Get the version property: The version property.- Returns:
- the version value.
-
setVersion
Set the version property: The version property.- Parameters:
version
- the version value to set.- Returns:
- the ShareItem object itself.
-
getProperties
Get the properties property: The properties property.- Returns:
- the properties value.
-
getMetadata
Get the metadata property: The metadata property.- Returns:
- the metadata value.
-
setMetadata
Set the metadata property: The metadata property.- Parameters:
metadata
- the metadata value to set.- Returns:
- the ShareItem object itself.
-