|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.ComplexType
org.apache.olingo.odata2.api.edm.provider.EntityType
public class EntityType
Objects of this class represent an entity type
| Constructor Summary | |
|---|---|
EntityType()
|
|
| Methods inherited from class org.apache.olingo.odata2.api.edm.provider.ComplexType |
|---|
getAnnotationAttributes, getAnnotationElements, getBaseType, getDocumentation, getMapping, getName, getProperties, isAbstract |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityType()
| Method Detail |
|---|
public boolean isHasStream()
public CustomizableFeedMappings getCustomizableFeedMappings()
CustomizableFeedMappings of this entity typepublic Key getKey()
Key of this entity typepublic List<NavigationProperty> getNavigationProperties()
NavigationProperty> of this entity typepublic EntityType setHasStream(boolean hasStream)
EntityType is a media resource
hasStream -
EntityType for method chaining,public EntityType setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
CustomizableFeedMappings for this EntityType
customizableFeedMappings -
EntityType for method chainingpublic EntityType setKey(Key key)
Key for this EntityType
key -
EntityType for method chainingpublic EntityType setNavigationProperties(List<NavigationProperty> navigationProperties)
NavigationPropertys for this EntityType
navigationProperties -
EntityType for method chainingpublic EntityType setName(String name)
ComplexType
setName in class ComplexTypename -
EntityType for method chainingpublic EntityType setBaseType(FullQualifiedName baseType)
ComplexTypeFullQualifiedName of the base type
setBaseType in class ComplexTypebaseType -
EntityType for method chainingpublic EntityType setAbstract(boolean isAbstract)
ComplexType
setAbstract in class ComplexTypeisAbstract -
EntityType for method chainingpublic EntityType setProperties(List<Property> properties)
ComplexTypePropertys
setProperties in class ComplexTypeproperties -
EntityType for method chainingpublic EntityType setMapping(Mapping mapping)
ComplexTypeMapping
setMapping in class ComplexTypemapping -
EntityType for method chainingpublic EntityType setDocumentation(Documentation documentation)
ComplexTypeDocumentation
setDocumentation in class ComplexTypedocumentation -
EntityType for method chainingpublic EntityType setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute for this EntityType
setAnnotationAttributes in class ComplexTypeannotationAttributes -
EntityType for method chainingpublic EntityType setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement for this EntityType
setAnnotationElements in class ComplexTypeannotationElements -
EntityType for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||