public class EntryMetadataImpl extends Object implements EntryMetadata
| Constructor and Description |
|---|
EntryMetadataImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssociationUris(String navigationPropertyName)
Gets the association URIs for a given navigation property.
|
String |
getEtag()
Gets the entity tag for this entry.
|
String |
getId()
Gets the ID of this entry.
|
String |
getUri()
Gets the URI of this entry.
|
void |
putAssociationUri(String navigationPropertyName,
String uri) |
void |
setEtag(String etag) |
void |
setId(String id) |
void |
setUri(String uri) |
String |
toString() |
public String getId()
EntryMetadatagetId in interface EntryMetadatapublic void setId(String id)
public String getEtag()
EntryMetadatagetEtag in interface EntryMetadatapublic void setEtag(String etag)
public String getUri()
EntryMetadatagetUri in interface EntryMetadatapublic void setUri(String uri)
public List<String> getAssociationUris(String navigationPropertyName)
EntryMetadatagetAssociationUris in interface EntryMetadatanavigationPropertyName - the name of the navigation propertyCopyright © 2020. All rights reserved.