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

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

The newest version!
package org.odata4j.producer;

import org.odata4j.core.OProperty;

/**
 * An PropertyResponse is a response to a client request expecting a single property value.
 *
 * 

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

*/ public interface PropertyResponse extends BaseResponse { /** * Gets the property value. * * @return the property value */ OProperty getProperty(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy