Class Preferences.Preference
java.lang.Object
org.apache.olingo.server.api.prefer.Preferences.Preference
- Enclosing interface:
- Preferences
Generic preference object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Preference
-
-
Method Details
-
getValue
Gets the value of the preference. It may benull
if the preference has no value; this is not the same as the preference not set. -
getParameters
Gets the parameters of the preference. The value of a parameter may benull
if the parameter has no value; this is not the same as the parameter not set. Parameter names are all lowercase.- Returns:
- a map from parameter names to parameter values
-