Uses of Enum
org.apache.olingo.client.api.uri.QueryOption
Packages that use QueryOption
-
Uses of QueryOption in org.apache.olingo.client.api.uri
Methods in org.apache.olingo.client.api.uri that return QueryOptionModifier and TypeMethodDescriptionstatic QueryOption
Returns the enum constant of this type with the specified name.static QueryOption[]
QueryOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.client.api.uri with parameters of type QueryOptionModifier and TypeMethodDescriptionURIBuilder.addQueryOption
(QueryOption option, String value) Adds the specified query option to the URI.URIBuilder.replaceQueryOption
(QueryOption option, String value) Adds/replaces the specified query option to the URI.Method parameters in org.apache.olingo.client.api.uri with type arguments of type QueryOptionModifier and TypeMethodDescriptionURIBuilder.expandWithOptions
(String expandItem, boolean pathRef, boolean pathCount, Map<QueryOption, Object> options) The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].URIBuilder.expandWithOptions
(String expandItem, Map<QueryOption, Object> options) The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].