org.apache.olingo.odata2.api.uri.info
Interface GetMetadataUriInfo
- All Known Subinterfaces:
- UriInfo
public interface GetMetadataUriInfo
Access to the parts of the request URI that are relevant for GET requests
of the metadata document.
- Do not implement this interface or derive from class.
Method Summary |
Map<String,String> |
getCustomQueryOptions()
Gets the custom query options as Map from option names to their
corresponding String values, or an empty list if no custom query options
are given in the URI. |
getCustomQueryOptions
Map<String,String> getCustomQueryOptions()
- Gets the custom query options as Map from option names to their
corresponding String values, or an empty list if no custom query options
are given in the URI.
- Returns:
- Map of <String, String> custom query options
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.