org.odata4j.producer.command
Interface CreateEntityAtPropertyCommandContext

All Superinterfaces:
CommandContext, ProducerCommandContext<EntityResponse>

public interface CreateEntityAtPropertyCommandContext
extends ProducerCommandContext<EntityResponse>


Method Summary
 OEntity getEntity()
           
 OEntityKey getEntityKey()
           
 String getEntitySetName()
           
 String getNavProp()
           
 
Methods inherited from interface org.odata4j.producer.command.ProducerCommandContext
getResult, setResult
 

Method Detail

getEntity

OEntity getEntity()

getEntityKey

OEntityKey getEntityKey()

getEntitySetName

String getEntitySetName()

getNavProp

String getNavProp()


http://odata4j.org