public abstract class UriResourceWithKeysImpl extends UriResourceImpl implements UriResourcePartTyped
| Modifier and Type | Field and Description |
|---|---|
protected List<UriParameter> |
keyPredicates |
| Constructor and Description |
|---|
UriResourceWithKeysImpl(UriResourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
List<UriParameter> |
getKeyPredicates() |
String |
getSegmentValue(boolean includeFilters) |
EdmType |
getTypeFilterOnCollection() |
EdmType |
getTypeFilterOnEntry() |
UriResourceWithKeysImpl |
setCollectionTypeFilter(EdmType collectionTypeFilter) |
UriResourceWithKeysImpl |
setEntryTypeFilter(EdmType entryTypeFilter) |
UriResourceWithKeysImpl |
setKeyPredicates(List<UriParameter> list) |
String |
toString(boolean includeFilters) |
getKind, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, isCollectiongetKind, getSegmentValue, toStringprotected List<UriParameter> keyPredicates
public UriResourceWithKeysImpl(UriResourceKind kind)
public EdmType getTypeFilterOnCollection()
public EdmType getTypeFilterOnEntry()
public List<UriParameter> getKeyPredicates()
public UriResourceWithKeysImpl setKeyPredicates(List<UriParameter> list)
public UriResourceWithKeysImpl setEntryTypeFilter(EdmType entryTypeFilter)
public UriResourceWithKeysImpl setCollectionTypeFilter(EdmType collectionTypeFilter)
public String getSegmentValue(boolean includeFilters)
getSegmentValue in interface UriResourcePartTypedpublic String toString(boolean includeFilters)
toString in interface UriResourcePartTypedCopyright © 2023. All rights reserved.