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