Class Preferences.Preference

java.lang.Object
org.apache.olingo.server.api.prefer.Preferences.Preference
Enclosing interface:
Preferences

public static class Preferences.Preference extends Object
Generic preference object.
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
      Gets the value of the preference. It may be null if the preference has no value; this is not the same as the preference not set.
    • getParameters

      public Map<String,String> getParameters()
      Gets the parameters of the preference. The value of a parameter may be null 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