public interface ODataEntity extends CommonODataEntity
| Modifier and Type | Method and Description |
|---|---|
List<ODataProperty> |
getProperties()
Returns OData entity properties.
|
ODataProperty |
getProperty(String name)
Searches for property with given name.
|
getEditLink, getETag, getLink, getMediaContentSource, getMediaContentType, getMediaEditLink, getMediaEditLinks, getMediaETag, getOperation, getOperations, getTypeName, isMediaEntity, isReadOnly, setEditLink, setETag, setMediaContentSource, setMediaContentType, setMediaEntity, setMediaETagaddLink, getAssociationLink, getAssociationLinks, getNavigationLink, getNavigationLinks, removeLinkODataProperty getProperty(String name)
CommonODataEntitygetProperty in interface CommonODataEntityname - property to look forList<ODataProperty> getProperties()
CommonODataEntitygetProperties in interface CommonODataEntityCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.