Class AbstractClientPayload
java.lang.Object
org.apache.olingo.client.api.domain.ClientItem
org.apache.olingo.client.api.domain.AbstractClientPayload
OData entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The context URL describes the content of the payload.int
hashCode()
void
setContextURL
(URI contextURL) toString()
Methods inherited from class org.apache.olingo.client.api.domain.ClientItem
getLink, getName, setLink
-
Constructor Details
-
AbstractClientPayload
-
-
Method Details
-
getContextURL
The context URL describes the content of the payload. It consists of the canonical metadata document URL and a fragment identifying the relevant portion of the metadata document.- Returns:
- context URL.
-
setContextURL
-
hashCode
public int hashCode()- Overrides:
hashCode
in classClientItem
-
equals
- Overrides:
equals
in classClientItem
-
toString
- Overrides:
toString
in classClientItem
-