TableSignedIdentifier Class  
	- java.lang. Object 
- com.azure. data. tables. models. TableSignedIdentifier 
 
- com.
Implements
public final class TableSignedIdentifier
 implements XmlSerializable<TableSignedIdentifier>
A signed identifier.
Constructor Summary
| Constructor | Description | 
|---|---|
| TableSignedIdentifier(String id) | Creates an instance of Table | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| static
									Table | fromXml(XmlReader xmlReader) Reads an instance of Table | 
| static
									Table | fromXml(XmlReader xmlReader, String rootElementName) Reads an instance of Table | 
| Table | getAccessPolicy() Get the access | 
| String | getId() Get the id property: A unique id. | 
| Table | setAccessPolicy(TableAccessPolicy accessPolicy) Set the access | 
| Xml | toXml(XmlWriter xmlWriter) | 
| Xml | toXml(XmlWriter xmlWriter, String rootElementName) | 
Methods inherited from java.lang.Object
Constructor Details
TableSignedIdentifier
public TableSignedIdentifier(String id)
Creates an instance of TableSignedIdentifier class.
Parameters:
Method Details
fromXml
public static TableSignedIdentifier fromXml(XmlReader xmlReader)
Reads an instance of TableSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static TableSignedIdentifier fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of TableSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
getAccessPolicy
public TableAccessPolicy getAccessPolicy()
Get the accessPolicy property: The access policy.
Returns:
getId
public String getId()
Get the id property: A unique id.
Returns:
setAccessPolicy
public TableSignedIdentifier setAccessPolicy(TableAccessPolicy accessPolicy)
Set the accessPolicy property: The access policy.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws: