public interface ODataBinder extends CommonODataBinder
| Modifier and Type | Method and Description |
|---|---|
ODataLinkCollection |
getLinkCollection(LinkCollection resource)
Gets ODataLinkCollection from the given link collection resource.
|
ODataEntity |
getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
ODataEntitySet |
getODataEntitySet(ResWrap<EntitySet> resource)
Gets ODataEntitySet from the given entity set resource.
|
ODataProperty |
getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
add, getEntity, getEntitySet, getLink, getODataServiceDocument, getPropertyODataEntitySet getODataEntitySet(ResWrap<EntitySet> resource)
CommonODataBindergetODataEntitySet in interface CommonODataBinderresource - entity set resource.CommonODataEntitySet object.ODataEntity getODataEntity(ResWrap<Entity> resource)
CommonODataBindergetODataEntity in interface CommonODataBinderresource - entity resource.CommonODataEntity object.ODataProperty getODataProperty(ResWrap<Property> resource)
CommonODataBindergetODataProperty in interface CommonODataBinderresource - property resource.CommonODataProperty object.ODataLinkCollection getLinkCollection(LinkCollection resource)
resource - link collection resource.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.