public interface ODataObjectFactory extends CommonODataObjectFactory
newDeepInsertEntity, newDeepInsertEntitySet, 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.ODataSingleton newSingleton(FullQualifiedName typeName)
ODataLink newEntitySetNavigationLink(String name, URI link)
CommonODataObjectFactorynewEntitySetNavigationLink in interface CommonODataObjectFactoryname - name.link - link.ODataLink newEntityNavigationLink(String name, URI link)
CommonODataObjectFactorynewEntityNavigationLink in interface CommonODataObjectFactoryname - name.link - link.ODataLink newAssociationLink(String name, URI link)
newAssociationLink in interface CommonODataObjectFactoryODataLink newMediaEditLink(String name, URI link)
newMediaEditLink in interface CommonODataObjectFactoryODataEnumValue newEnumValue(String typeName, String value)
ODataComplexValue<ODataProperty> newComplexValue(String typeName)
newComplexValue in interface CommonODataObjectFactoryODataLinkedComplexValue newLinkedComplexValue(String typeName)
ODataCollectionValue<ODataValue> newCollectionValue(String typeName)
newCollectionValue in interface CommonODataObjectFactoryODataProperty newPrimitiveProperty(String name, ODataPrimitiveValue value)
CommonODataObjectFactorynewPrimitiveProperty in interface CommonODataObjectFactoryname - name.value - primitive value.ODataProperty newEnumProperty(String name, ODataEnumValue 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.ODataDelta newDelta()
ODataDelta newDelta(URI next)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.