Uses of Class
org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
Packages that use PreferencesApplied.Builder
-
Uses of PreferencesApplied.Builder in org.apache.olingo.server.api.prefer
Methods in org.apache.olingo.server.api.prefer that return PreferencesApplied.BuilderModifier and TypeMethodDescriptionPreferencesApplied.Builder.allowEntityReferences()
Setsodata.allow-entityreferences
.PreferencesApplied.Builder.callback()
Setsodata.callback
.PreferencesApplied.Builder.continueOnError()
Setsodata.continue-on-error
.PreferencesApplied.Builder.maxPageSize
(Integer maxPageSize) Sets the value of the applied preferenceodata.maxpagesize
.PreferencesApplied.Builder.preference
(String name, String value) Sets an arbitrary preference as applied.PreferencesApplied.Builder.respondAsync()
Setsodata.respond-async
.PreferencesApplied.Builder.returnRepresentation
(Preferences.Return returnRepresentation) Sets the value of the applied preferencereturn
.PreferencesApplied.Builder.trackChanges()
Setsodata.track-changes
.PreferencesApplied.Builder.waitPreference
(Integer wait) Sets the value of the applied preferencewait
.static PreferencesApplied.Builder
PreferencesApplied.with()
Initializes the builder.