Class ODataProperty
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.ODataProperty
-
- All Implemented Interfaces:
ODataAnnotatable
public class ODataProperty extends java.lang.Object implements ODataAnnotatable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>getAnnotation(java.lang.String name)java.util.Collection<java.lang.String>getAnnotationNames()java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>getAnnotations()
-
-
-
Method Detail
-
getAnnotationNames
public java.util.Collection<java.lang.String> getAnnotationNames()
- Specified by:
getAnnotationNamesin interfaceODataAnnotatable
-
getAnnotation
public java.util.Optional<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotation(java.lang.String name)
- Specified by:
getAnnotationin interfaceODataAnnotatable
-
getAnnotations
public java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute> getAnnotations()
-
-