Uses of Class
org.oasisopen.odata.csdl.v4.Schema
-
Packages that use Schema Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of Schema in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator that return Schema Modifier and Type Method Description SchemaNames. getSchema(String typeWithNamespace)SchemaNames. getSchema(TAction action)SchemaNames. getSchema(TComplexType complexType)SchemaNames. getSchema(TEntityType entityType)SchemaNames. getSchema(TFunction function)Methods in com.github.davidmoten.odata.client.generator that return types with arguments of type Schema Modifier and Type Method Description List<Schema>Names. getSchemas()Method parameters in com.github.davidmoten.odata.client.generator with type arguments of type Schema Modifier and Type Method Description static NamesNames. create(List<Schema> schemas, Options options)Constructor parameters in com.github.davidmoten.odata.client.generator with type arguments of type Schema Constructor Description Documentation(List<Schema> schemas)Generator(Options options, List<Schema> schemas) -
Uses of Schema in com.github.davidmoten.odata.client.generator.model
Methods in com.github.davidmoten.odata.client.generator.model that return Schema Modifier and Type Method Description SchemaAction. schema()SchemaFunction. schema()Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type Schema Constructor Description EntitySet(Schema schema, TEntityContainer container, TEntitySet entitySet, Names names) -
Uses of Schema in org.oasisopen.odata.csdl.v4
Fields in org.oasisopen.odata.csdl.v4 with type parameters of type Schema Modifier and Type Field Description protected List<Schema>TDataServices. schemaMethods in org.oasisopen.odata.csdl.v4 that return Schema Modifier and Type Method Description SchemaObjectFactory. createSchema()Create an instance ofSchemaMethods in org.oasisopen.odata.csdl.v4 that return types with arguments of type Schema Modifier and Type Method Description List<Schema>TDataServices. getSchema()Gets the value of the schema property.
-