Uses of Class
com.github.davidmoten.odata.client.generator.Names
-
Packages that use Names Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model -
-
Uses of Names in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator that return Names Modifier and Type Method Description static NamesNames. create(List<Schema> schemas, Options options) -
Uses of Names in com.github.davidmoten.odata.client.generator.model
Fields in com.github.davidmoten.odata.client.generator.model declared as Names Modifier and Type Field Description protected NamesStructure. namesConstructors in com.github.davidmoten.odata.client.generator.model with parameters of type Names Constructor Description Action(TAction action, Names names)ComplexType(TComplexType c, Names names)EntitySet(Schema schema, TEntityContainer container, TEntitySet entitySet, Names names)EntityType(TEntityType c, Names names)Function(TFunction function, Names names)KeyElement(TEntityKeyElement keyElement, EntityType entityType, Names names)Parameter(TActionFunctionParameter p, Names names, Imports imports)Parameter(TActionFunctionParameter p, Names names, Imports imports)Property(TProperty p, Names names)PropertyRef(TPropertyRef value, EntityType entityType, Names names)Structure(T value, Class<T> cls, Names names)
-