Uses of Enum Class
org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
Packages that use ApplyItem.Kind
Package
Description
Olingo Server API - URI - QueryOptions
-
Uses of ApplyItem.Kind in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return ApplyItem.KindModifier and TypeMethodDescriptionApplyItem.getKind()Gets the kind of the transformation.static ApplyItem.KindReturns the enum constant of this class with the specified name.static ApplyItem.Kind[]ApplyItem.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplyItem.Kind in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return ApplyItem.KindModifier and TypeMethodDescriptiondefault ApplyItem.KindAncestors.getKind()default ApplyItem.KindDescendants.getKind() -
Uses of ApplyItem.Kind in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return ApplyItem.KindModifier and TypeMethodDescriptionAggregateImpl.getKind()BottomTopImpl.getKind()ComputeImpl.getKind()ConcatImpl.getKind()CustomFunctionImpl.getKind()ExpandImpl.getKind()FilterImpl.getKind()GroupByImpl.getKind()IdentityImpl.getKind()OrderByImpl.getKind()SearchImpl.getKind()SkipImpl.getKind()TopImpl.getKind()