public abstract class UriResourceTypedImpl extends UriResourceImpl implements org.apache.olingo.server.api.uri.UriResourcePartTyped
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.olingo.commons.api.edm.EdmType |
typeFilter |
kind| Constructor and Description |
|---|
UriResourceTypedImpl(org.apache.olingo.server.api.uri.UriResourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSegmentValue(boolean includeFilters) |
org.apache.olingo.commons.api.edm.EdmType |
getTypeFilter() |
UriResourceTypedImpl |
setTypeFilter(org.apache.olingo.commons.api.edm.EdmStructuredType typeFilter) |
String |
toString(boolean includeFilters) |
getKindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic UriResourceTypedImpl(org.apache.olingo.server.api.uri.UriResourceKind kind)
public org.apache.olingo.commons.api.edm.EdmType getTypeFilter()
public UriResourceTypedImpl setTypeFilter(org.apache.olingo.commons.api.edm.EdmStructuredType typeFilter)
public String getSegmentValue(boolean includeFilters)
getSegmentValue in interface org.apache.olingo.server.api.uri.UriResourcePartTypedpublic String toString(boolean includeFilters)
toString in interface org.apache.olingo.server.api.uri.UriResourcePartTypedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.