Uses of Class
com.github.davidmoten.odata.client.generator.model.Structure
-
Packages that use Structure Package Description com.github.davidmoten.odata.client.generator.model -
-
Uses of Structure in com.github.davidmoten.odata.client.generator.model
Subclasses of Structure in com.github.davidmoten.odata.client.generator.model Modifier and Type Class Description classComplexTypeclassEntityTypeMethods in com.github.davidmoten.odata.client.generator.model that return Structure Modifier and Type Method Description Structure<TComplexType>ComplexType. create(TComplexType t)Structure<TEntityType>EntityType. create(TEntityType t)abstract Structure<T>Structure. create(T t)Methods in com.github.davidmoten.odata.client.generator.model that return types with arguments of type Structure Modifier and Type Method Description List<? extends Structure<T>>Structure. getHeirarchy()
-