Uses of Class
org.oasisopen.odata.csdl.v4.TEntityType
-
Packages that use TEntityType Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TEntityType in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TEntityType Modifier and Type Method Description SchemaNames. getSchema(TEntityType entityType) -
Uses of TEntityType in com.github.davidmoten.odata.client.generator.model
Methods in com.github.davidmoten.odata.client.generator.model that return types with arguments of type TEntityType Modifier and Type Method Description Structure<TEntityType>EntityType. create(TEntityType t)Methods in com.github.davidmoten.odata.client.generator.model with parameters of type TEntityType Modifier and Type Method Description Structure<TEntityType>EntityType. create(TEntityType t)Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type TEntityType Constructor Description EntityType(TEntityType c, Names names) -
Uses of TEntityType in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TEntityType Modifier and Type Method Description TEntityTypeObjectFactory. createTEntityType()Create an instance ofTEntityType
-