Interface GetServiceDocumentUriInfo
-
- All Known Subinterfaces:
UriInfo
public interface GetServiceDocumentUriInfoAccess to the parts of the request URI that are relevant for GET requests of the service document. @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.StringgetFormat()Gets the value of the $format system query option.
-
-
-
Method Detail
-
getFormat
String getFormat()
Gets the value of the $format system query option.- Returns:
- the format (as set as
$formatquery parameter) or null
-
-