Uses of Class
org.oasisopen.odata.csdl.v4.TActionFunctionReturnType
-
Packages that use TActionFunctionReturnType Package Description com.github.davidmoten.odata.client.generator org.oasisopen.odata.csdl.v4 -
-
Uses of TActionFunctionReturnType in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TActionFunctionReturnType Modifier and Type Method Description StringNames. getInnerType(TActionFunctionReturnType x)StringNames. getType(TActionFunctionReturnType x)booleanNames. isCollection(TActionFunctionReturnType x) -
Uses of TActionFunctionReturnType in org.oasisopen.odata.csdl.v4
Fields in org.oasisopen.odata.csdl.v4 declared as TActionFunctionReturnType Modifier and Type Field Description protected TActionFunctionReturnTypeTFunction. returnTypeMethods in org.oasisopen.odata.csdl.v4 that return TActionFunctionReturnType Modifier and Type Method Description TActionFunctionReturnTypeObjectFactory. createTActionFunctionReturnType()Create an instance ofTActionFunctionReturnTypeTActionFunctionReturnTypeTFunction. getReturnType()Gets the value of the returnType property.Methods in org.oasisopen.odata.csdl.v4 with parameters of type TActionFunctionReturnType Modifier and Type Method Description voidTFunction. setReturnType(TActionFunctionReturnType value)Sets the value of the returnType property.
-