Uses of Enum Class
org.apache.olingo.server.api.prefer.Preferences.Return
Packages that use Preferences.Return
Package
Description
Olingo Server API - Prefer
-
Uses of Preferences.Return in org.apache.olingo.server.api.prefer
Methods in org.apache.olingo.server.api.prefer that return Preferences.ReturnModifier and TypeMethodDescriptionPreferences.getReturn()Gets the value of the preferencereturnornullif not set or the value is not valid.static Preferences.ReturnReturns the enum constant of this class with the specified name.static Preferences.Return[]Preferences.Return.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.server.api.prefer with parameters of type Preferences.ReturnModifier and TypeMethodDescriptionPreferencesApplied.Builder.returnRepresentation(Preferences.Return returnRepresentation) Sets the value of the applied preferencereturn. -
Uses of Preferences.Return in org.apache.olingo.server.core.prefer
Methods in org.apache.olingo.server.core.prefer that return Preferences.Return