public final class ShareItem extends Object
| Constructor and Description |
|---|
ShareItem() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMetadata()
Get the metadata property: The metadata property.
|
String |
getName()
Get the name property: The name property.
|
ShareProperties |
getProperties()
Get the properties property: The properties property.
|
String |
getSnapshot()
Get the snapshot property: The snapshot property.
|
String |
getVersion()
Get the version property: The version property.
|
Boolean |
isDeleted()
Get the deleted property: The deleted property.
|
ShareItem |
setDeleted(Boolean deleted)
Set the deleted property: The deleted property.
|
ShareItem |
setMetadata(Map<String,String> metadata)
Set the metadata property: The metadata property.
|
ShareItem |
setName(String name)
Set the name property: The name property.
|
ShareItem |
setProperties(ShareProperties properties)
Set the properties property: The properties property.
|
ShareItem |
setSnapshot(String snapshot)
Set the snapshot property: The snapshot property.
|
ShareItem |
setVersion(String version)
Set the version property: The version property.
|
public String getName()
public ShareItem setName(String name)
name - the name value to set.public String getSnapshot()
public ShareItem setSnapshot(String snapshot)
snapshot - the snapshot value to set.public Boolean isDeleted()
public ShareItem setDeleted(Boolean deleted)
deleted - the deleted value to set.public String getVersion()
public ShareItem setVersion(String version)
version - the version value to set.public ShareProperties getProperties()
public ShareItem setProperties(ShareProperties properties)
properties - the properties value to set.public Map<String,String> getMetadata()
Copyright © 2021 Microsoft Corporation. All rights reserved.