public class UriResourceActionImpl extends UriResourceImpl implements UriResourceAction
UriResourceAction interface. This class does not extend
UriResourceTypedImpl since that would allow type
filters and subsequent path segments.| Constructor and Description |
|---|
UriResourceActionImpl(EdmAction action) |
UriResourceActionImpl(EdmActionImport actionImport) |
| Modifier and Type | Method and Description |
|---|---|
EdmAction |
getAction()
If the resource path specifies an action import this method will deliver the unbound action for the action import.
|
EdmActionImport |
getActionImport()
Convenience method which returns the
EdmActionImport which was used in
the resource path to define the EdmAction. |
String |
getSegmentValue()
In case of an EntitySet this method will return the EntitySet name.
|
String |
getSegmentValue(boolean includeFilters) |
EdmType |
getType() |
boolean |
isCollection() |
String |
toString(boolean includeFilters) |
getKind, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKind, toStringpublic UriResourceActionImpl(EdmActionImport actionImport)
public UriResourceActionImpl(EdmAction action)
public EdmAction getAction()
UriResourceActiongetAction in interface UriResourceActionpublic EdmActionImport getActionImport()
UriResourceActionEdmActionImport which was used in
the resource path to define the EdmAction.getActionImport in interface UriResourceActionpublic boolean isCollection()
isCollection in interface UriResourcePartTypedpublic EdmType getType()
getType in interface UriResourcePartTypedpublic String getSegmentValue(boolean includeFilters)
getSegmentValue in interface UriResourcePartTypedpublic String getSegmentValue()
UriResourcegetSegmentValue in interface UriResourcepublic String toString(boolean includeFilters)
toString in interface UriResourcePartTypedCopyright © 2023. All rights reserved.