Uses of Class
org.oasisopen.odata.csdl.v4.TAction
-
Packages that use TAction Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TAction in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TAction Modifier and Type Method Description SchemaNames. getSchema(TAction action) -
Uses of TAction in com.github.davidmoten.odata.client.generator.model
Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type TAction Constructor Description Action(TAction action, Names names) -
Uses of TAction in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TAction Modifier and Type Method Description TActionObjectFactory. createTAction()Create an instance ofTAction
-