Package | Description |
---|---|
org.apache.olingo.server.api.prefer |
Olingo Server API - Prefer
|
Modifier and Type | Method and Description |
---|---|
PreferencesApplied.Builder |
PreferencesApplied.Builder.allowEntityReferences()
Sets
odata.allow-entityreferences . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.callback()
Sets
odata.callback . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.continueOnError()
Sets
odata.continue-on-error . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.maxPageSize(Integer maxPageSize)
Sets the value of the applied preference
odata.maxpagesize . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.preference(String name,
String value)
Sets an arbitrary preference as applied.
|
PreferencesApplied.Builder |
PreferencesApplied.Builder.respondAsync()
Sets
odata.respond-async . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.returnRepresentation(Preferences.Return returnRepresentation)
Sets the value of the applied preference
return . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.trackChanges()
Sets
odata.track-changes . |
PreferencesApplied.Builder |
PreferencesApplied.Builder.waitPreference(Integer wait)
Sets the value of the applied preference
wait . |
static PreferencesApplied.Builder |
PreferencesApplied.with()
Initializes the builder.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.