All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odata4j.producer.ComplexObjectResponse Maven / Gradle / Ivy

The newest version!
package org.odata4j.producer;

import org.odata4j.core.OComplexObject;

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

The {@link Responses} static factory class can be used to create ComplexObjectResponse instances.

*/ public interface ComplexObjectResponse extends BaseResponse { OComplexObject getObject(); String getComplexObjectName(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy