Class JsonLookup
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
An ordered collection of
JsonPath
.-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonLookup
empty()
Static factory method for an emptyJsonLookup
.boolean
getPaths()
int
hashCode()
static JsonLookup
Static factory method forJsonLookup
.toString()
-
Method Details
-
of
Static factory method forJsonLookup
.- Parameters:
paths
- An ordered enumeration ofJsonPath
, that is used for JSON lookup.- Returns:
- A new instance.
-
empty
Static factory method for an emptyJsonLookup
.- Returns:
- A new instance.
-
equals
-
hashCode
public int hashCode() -
toString
-
getPaths
-