Class ODataEntityType

java.lang.Object
de.hybris.platform.odata2services.odata.ODataEntityType

public class ODataEntityType extends Object
A helper class for exploring and evaluating content of an OData EntityType
  • Method Details

    • getKeyProperties

      public List<String> getKeyProperties()
    • getAnnotatableProperty

      public ODataAnnotatable getAnnotatableProperty(String name)
    • getSimpleProperty

      public org.apache.olingo.odata2.api.edm.provider.SimpleProperty getSimpleProperty(String name)
    • getPropertyNames

      public Collection<String> getPropertyNames()
    • getNavigationPropertyNames

      public Collection<String> getNavigationPropertyNames()