public interface

OEntityId

org.odata4j.core.OEntityId
Known Indirect Subclasses

Class Overview

The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set.

The OEntityIds static factory class can be used to create OEntityId instances.

Summary

Public Methods
abstract OEntityKey getEntityKey()
Gets the entity-key for this instance.
abstract String getEntitySetName()
Gets the entity-set name for this instance.

Public Methods

public abstract OEntityKey getEntityKey ()

Gets the entity-key for this instance.

Returns
  • the entity-key

public abstract String getEntitySetName ()

Gets the entity-set name for this instance.

Returns
  • the entity-set name