public interface EntitySimplePropertyValueProcessor extends ODataProcessor
Modifier and Type | Method and Description |
---|---|
ODataResponse |
deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo,
String contentType)
Deletes the value of a simple property of an entity.
|
ODataResponse |
readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo,
String contentType)
Reads the unformatted value of a simple property of an entity.
|
ODataResponse |
updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Updates a simple property of an entity with an unformatted value.
|
getContext, setContext
ODataResponse readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType) throws ODataException
uriInfo
- information about the request URIcontentType
- the content type of the responseODataResponse
objectODataException
ODataResponse updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType) throws ODataException
uriInfo
- information about the request URIcontent
- the content of the request, containing the new valuerequestContentType
- the content type of the request body
(important for a binary property)contentType
- the content type of the responseODataResponse
objectODataException
ODataResponse deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType) throws ODataException
uriInfo
- information about the request URIcontentType
- the content type of the responseODataResponse
objectODataException
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.