public class ClientObjectFactoryImpl extends Object implements org.apache.olingo.client.api.domain.ClientObjectFactory
| Constructor and Description |
|---|
ClientObjectFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.api.domain.ClientLink |
newAssociationLink(String name,
URI link) |
org.apache.olingo.client.api.domain.ClientProperty |
newCollectionProperty(String name,
org.apache.olingo.client.api.domain.ClientCollectionValue<? extends org.apache.olingo.client.api.domain.ClientValue> value) |
org.apache.olingo.client.api.domain.ClientCollectionValue<org.apache.olingo.client.api.domain.ClientValue> |
newCollectionValue(String typeName) |
org.apache.olingo.client.api.domain.ClientProperty |
newComplexProperty(String name,
org.apache.olingo.client.api.domain.ClientComplexValue value) |
org.apache.olingo.client.api.domain.ClientComplexValue |
newComplexValue(String typeName) |
org.apache.olingo.client.api.domain.ClientInlineEntity |
newDeepInsertEntity(String name,
org.apache.olingo.client.api.domain.ClientEntity entity) |
org.apache.olingo.client.api.domain.ClientInlineEntitySet |
newDeepInsertEntitySet(String name,
org.apache.olingo.client.api.domain.ClientEntitySet entitySet) |
org.apache.olingo.client.api.domain.ClientDelta |
newDelta() |
org.apache.olingo.client.api.domain.ClientDelta |
newDelta(URI next) |
org.apache.olingo.client.api.domain.ClientEntity |
newEntity(org.apache.olingo.commons.api.edm.FullQualifiedName typeName) |
org.apache.olingo.client.api.domain.ClientEntity |
newEntity(org.apache.olingo.commons.api.edm.FullQualifiedName typeName,
URI link) |
org.apache.olingo.client.api.domain.ClientLink |
newEntityNavigationLink(String name,
URI link) |
org.apache.olingo.client.api.domain.ClientEntitySet |
newEntitySet() |
org.apache.olingo.client.api.domain.ClientEntitySet |
newEntitySet(URI next) |
org.apache.olingo.client.api.domain.ClientLink |
newEntitySetNavigationLink(String name,
URI link) |
org.apache.olingo.client.api.domain.ClientProperty |
newEnumProperty(String name,
org.apache.olingo.client.api.domain.ClientEnumValue value) |
org.apache.olingo.client.api.domain.ClientEnumValue |
newEnumValue(String typeName,
String value) |
org.apache.olingo.client.api.domain.ClientLink |
newMediaEditLink(String name,
URI link,
String type,
String eTag) |
org.apache.olingo.client.api.domain.ClientLink |
newMediaReadLink(String name,
URI link,
String type,
String eTag) |
org.apache.olingo.client.api.domain.ClientProperty |
newPrimitiveProperty(String name,
org.apache.olingo.client.api.domain.ClientPrimitiveValue value) |
org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder |
newPrimitiveValueBuilder() |
org.apache.olingo.client.api.domain.ClientSingleton |
newSingleton(org.apache.olingo.commons.api.edm.FullQualifiedName typeName) |
public org.apache.olingo.client.api.domain.ClientInlineEntitySet newDeepInsertEntitySet(String name, org.apache.olingo.client.api.domain.ClientEntitySet entitySet)
newDeepInsertEntitySet in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientInlineEntity newDeepInsertEntity(String name, org.apache.olingo.client.api.domain.ClientEntity entity)
newDeepInsertEntity in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientEntitySet newEntitySet()
newEntitySet in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientEntitySet newEntitySet(URI next)
newEntitySet in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientEntity newEntity(org.apache.olingo.commons.api.edm.FullQualifiedName typeName)
newEntity in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientEntity newEntity(org.apache.olingo.commons.api.edm.FullQualifiedName typeName,
URI link)
newEntity in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientSingleton newSingleton(org.apache.olingo.commons.api.edm.FullQualifiedName typeName)
newSingleton in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientLink newEntityNavigationLink(String name, URI link)
newEntityNavigationLink in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientLink newEntitySetNavigationLink(String name, URI link)
newEntitySetNavigationLink in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientLink newAssociationLink(String name, URI link)
newAssociationLink in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientLink newMediaEditLink(String name, URI link, String type, String eTag)
newMediaEditLink in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientLink newMediaReadLink(String name, URI link, String type, String eTag)
newMediaReadLink in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder newPrimitiveValueBuilder()
newPrimitiveValueBuilder in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientEnumValue newEnumValue(String typeName, String value)
newEnumValue in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientComplexValue newComplexValue(String typeName)
newComplexValue in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientCollectionValue<org.apache.olingo.client.api.domain.ClientValue> newCollectionValue(String typeName)
newCollectionValue in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientProperty newPrimitiveProperty(String name, org.apache.olingo.client.api.domain.ClientPrimitiveValue value)
newPrimitiveProperty in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientProperty newComplexProperty(String name, org.apache.olingo.client.api.domain.ClientComplexValue value)
newComplexProperty in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientProperty newCollectionProperty(String name, org.apache.olingo.client.api.domain.ClientCollectionValue<? extends org.apache.olingo.client.api.domain.ClientValue> value)
newCollectionProperty in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientProperty newEnumProperty(String name, org.apache.olingo.client.api.domain.ClientEnumValue value)
newEnumProperty in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientDelta newDelta()
newDelta in interface org.apache.olingo.client.api.domain.ClientObjectFactorypublic org.apache.olingo.client.api.domain.ClientDelta newDelta(URI next)
newDelta in interface org.apache.olingo.client.api.domain.ClientObjectFactoryCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.