org.odata4j.producer
Interface ComplexObjectResponse

All Superinterfaces:
BaseResponse

public interface ComplexObjectResponse
extends BaseResponse

An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.

The Responses static factory class can be used to create ComplexObjectResponse instances.


Method Summary
 String getComplexObjectName()
           
 OComplexObject getObject()
           
 

Method Detail

getComplexObjectName

String getComplexObjectName()

getObject

OComplexObject getObject()


http://odata4j.org