Interface EntityAnnotationModel
@Beta
public interface EntityAnnotationModel
Data structure representing an OData entity or complex type.
-
Method Summary
Modifier and TypeMethodDescriptionName of the Java class that will represent this entity or complex type.int
Number of properties of the represented entity or complex type.
-
Method Details
-
getNumberOfProperties
int getNumberOfProperties()Number of properties of the represented entity or complex type.- Returns:
- the number of properties contained in the entity or complex type.
-
getJavaClassName
Name of the Java class that will represent this entity or complex type.- Returns:
- the Java class name of this entity or complex type.
-