Interface EntityAnnotationModel


public interface EntityAnnotationModel
Data structure representing an OData entity or complex type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Name 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

      @Nonnull String 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.