public interface ODataObjectFactory extends CommonODataObjectFactory
| Modifier and Type | Method and Description |
|---|---|
ODataLink |
newAssociationLink(URI link)
Instantiates a new association link.
|
ODataProperty |
newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value)
Instantiates a new collection property.
|
ODataCollectionValue<ODataValue> |
newCollectionValue(String typeName) |
ODataProperty |
newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
ODataComplexValue<ODataProperty> |
newComplexValue(String typeName) |
ODataEntity |
newEntity(FullQualifiedName typeName)
Instantiates a new entity.
|
ODataEntity |
newEntity(FullQualifiedName typeName,
URI link)
Instantiates a new entity.
|
ODataEntitySet |
newEntitySet()
Instantiates a new entity set.
|
ODataEntitySet |
newEntitySet(URI next)
Instantiates a new entity set.
|
ODataProperty |
newPrimitiveProperty(String name,
ODataPrimitiveValue value)
Instantiates a new primitive property.
|
newAssociationLink, newDeepInsertEntity, newDeepInsertEntitySet, newEntityNavigationLink, newEntitySetNavigationLink, newMediaEditLink, newPrimitiveValueBuilderODataEntitySet newEntitySet()
CommonODataObjectFactorynewEntitySet in interface CommonODataObjectFactoryODataEntitySet newEntitySet(URI next)
CommonODataObjectFactorynewEntitySet in interface CommonODataObjectFactorynext - next link.ODataEntity newEntity(FullQualifiedName typeName)
CommonODataObjectFactorynewEntity in interface CommonODataObjectFactorytypeName - OData entity type name.ODataEntity newEntity(FullQualifiedName typeName, URI link)
CommonODataObjectFactorynewEntity in interface CommonODataObjectFactorytypeName - OData entity type name.link - self link.ODataLink newAssociationLink(URI link)
link - link.ODataComplexValue<ODataProperty> newComplexValue(String typeName)
newComplexValue in interface CommonODataObjectFactoryODataCollectionValue<ODataValue> newCollectionValue(String typeName)
newCollectionValue in interface CommonODataObjectFactoryODataProperty newPrimitiveProperty(String name, ODataPrimitiveValue value)
CommonODataObjectFactorynewPrimitiveProperty in interface CommonODataObjectFactoryname - name.value - primitive value.ODataProperty newComplexProperty(String name, ODataComplexValue<? extends CommonODataProperty> value)
CommonODataObjectFactorynewComplexProperty in interface CommonODataObjectFactoryname - name.value - value.ODataProperty newCollectionProperty(String name, ODataCollectionValue<? extends ODataValue> value)
CommonODataObjectFactorynewCollectionProperty in interface CommonODataObjectFactoryname - name.value - value.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.