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, setMediaETag
addLink, getAssociationLink, getAssociationLinks, getNavigationLink, getNavigationLinks, removeLink
ODataProperty getProperty(String name)
CommonODataEntity
getProperty
in interface CommonODataEntity
name
- property to look forList<ODataProperty> getProperties()
CommonODataEntity
getProperties
in interface CommonODataEntity
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.