public interface UriInfo extends UriInfoService, UriInfoAll, UriInfoBatch, UriInfoCrossjoin, UriInfoEntityId, UriInfoMetadata, UriInfoResource
getKind() to obtain URI info kind information and to perform an appropriate cast.| Modifier and Type | Method and Description |
|---|---|
UriInfoAll |
asUriInfoAll()
Convenience casting method.
|
UriInfoBatch |
asUriInfoBatch()
Convenience casting method.
|
UriInfoCrossjoin |
asUriInfoCrossjoin()
Convenience casting method.
|
UriInfoEntityId |
asUriInfoEntityId()
Convenience casting method.
|
UriInfoMetadata |
asUriInfoMetadata()
Convenience casting method.
|
UriInfoResource |
asUriInfoResource()
Convenience casting method.
|
UriInfoService |
asUriInfoService()
Convenience casting method.
|
UriInfoKind |
getKind()
See
UriInfoKind for more details which kinds are allowed. |
Collection<SystemQueryOption> |
getSystemQueryOptions()
A collection of all system query options which were in the URI.
|
getCountOption, getEntitySetNames, getExpandOption, getFilterOption, getFormatOption, getOrderByOption, getSelectOption, getSkipOption, getSkipTokenOption, getTopOptiongetCustomQueryOptions, getEntityTypeCast, getExpandOption, getFormatOption, getIdOption, getSelectOptiongetFormatOption, getFragmentgetCountOption, getCustomQueryOptions, getExpandOption, getFilterOption, getFormatOption, getIdOption, getOrderByOption, getSearchOption, getSelectOption, getSkipOption, getSkipTokenOption, getTopOption, getUriResourceParts, getValueForAliasUriInfoKind getKind()
UriInfoKind for more details which kinds are allowed.UriInfoService asUriInfoService()
UriInfoService objectUriInfoAll asUriInfoAll()
UriInfoAll objectUriInfoBatch asUriInfoBatch()
UriInfoBatch objectUriInfoCrossjoin asUriInfoCrossjoin()
UriInfoCrossjoin objectUriInfoEntityId asUriInfoEntityId()
UriInfoEntityId objectUriInfoMetadata asUriInfoMetadata()
UriInfoMetadata objectUriInfoResource asUriInfoResource()
UriInfoResource objectCollection<SystemQueryOption> getSystemQueryOptions()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.