public interface URIBuilder extends CommonURIBuilder<URIBuilder>
Modifier and Type | Interface and Description |
---|---|
static class |
URIBuilder.InlineCount |
Modifier and Type | Method and Description |
---|---|
URIBuilder |
appendLinksSegment(String segmentValue)
Appends links segment to the URI.
|
URIBuilder |
inlineCount(URIBuilder.InlineCount inlineCount)
Adds inlinecount query option.
|
addParameterAlias, addQueryOption, addQueryOption, appendBatchSegment, appendDerivedEntityTypeSegment, appendEntitySetSegment, appendKeySegment, appendKeySegment, appendMetadataSegment, appendNavigationSegment, appendOperationCallSegment, appendPropertySegment, appendValueSegment, build, count, expand, filter, filter, format, orderBy, replaceQueryOption, select, skip, skipToken, top
URIBuilder appendLinksSegment(String segmentValue)
segmentValue
- segment valueURIBuilder inlineCount(URIBuilder.InlineCount inlineCount)
inlineCount
- valueQueryOption.INLINECOUNT
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.