public final class ShareInfo extends Object
| Constructor and Description |
|---|
ShareInfo(String eTag,
OffsetDateTime lastModified)
Creates an instance of information about a specific Share.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getETag() |
OffsetDateTime |
getLastModified() |
public ShareInfo(String eTag, OffsetDateTime lastModified)
eTag - Entity tag that corresponds to the sharelastModified - Last time the share was modifiedpublic String getETag()
public OffsetDateTime getLastModified()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.