|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntitySimplePropertyProcessor
Execute a OData entity simple property request.
Method Summary | |
---|---|
ODataResponse |
readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo,
String contentType)
Reads a simple property of an entity. |
ODataResponse |
updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Updates a simple property of an entity. |
Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor |
---|
getContext, setContext |
Method Detail |
---|
ODataResponse readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType) throws ODataException
contentType
- the content type of the response
ODataResponse
object
ODataException
ODataResponse updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
uriInfo
- information about the request URIcontent
- the content of the request, containing the updated property datarequestContentType
- the content type of the request bodycontentType
- the content type of the response
ODataResponse
object
ODataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |