Uses of Enum
org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Packages that use MethodKind
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of MethodKind in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return MethodKindModifier and TypeMethodDescriptionstatic MethodKind
URI syntax to enumeration valueMethod.getMethod()
static MethodKind
Returns the enum constant of this type with the specified name.static MethodKind[]
MethodKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type MethodKindModifier and TypeMethodDescriptionExpressionVisitor.visitMethodCall
(MethodKind methodCall, List<T> parameters) Called for each traversedMethod
expression