Uses of Class
org.apache.olingo.odata2.core.uri.SystemQueryOption
-
Packages that use SystemQueryOption Package Description org.apache.olingo.odata2.core.uri -
-
Uses of SystemQueryOption in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return SystemQueryOption Modifier and Type Method Description static SystemQueryOptionSystemQueryOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemQueryOption[]SystemQueryOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.core.uri with parameters of type SystemQueryOption Modifier and Type Method Description booleanUriType. isCompatible(SystemQueryOption queryOption)
-