public interface

PropertyResponse

implements BaseResponse
org.odata4j.producer.PropertyResponse

Class Overview

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

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

Summary

Public Methods
abstract OProperty<?> getProperty()
Gets the property value.

Public Methods

public abstract OProperty<?> getProperty ()

Gets the property value.

Returns
  • the property value