Uses of Interface
com.sap.cloud.sdk.result.ResultObject
Packages that use ResultObject
-
Uses of ResultObject in com.sap.cloud.sdk.datamodel.odata.client.exception
Methods in com.sap.cloud.sdk.datamodel.odata.client.exception with parameters of type ResultObjectModifier and TypeMethodDescriptionstatic ODataServiceError
ODataServiceError.fromResultObject
(ResultObject resultObject, ODataProtocol protocol) SDK internal method to construct an OData error from aResultObject
. -
Uses of ResultObject in com.sap.cloud.sdk.result
Classes in com.sap.cloud.sdk.result that implement ResultObjectModifier and TypeClassDescriptionclass
ResultObject
implementation based on aJsonObject
.Methods in com.sap.cloud.sdk.result that return ResultObjectModifier and TypeMethodDescriptionDefaultResultCollection.getAsObject()
GsonResultObject.getAsObject()
GsonResultPrimitive.getAsObject()
ResultElement.getAsObject()
Returns thisResultElement
as an instance ofResultObject
.protected ResultObject
GsonResultElementFactory.newObject
(com.google.gson.JsonElement resultElement) Returns aResultObject
from the givenresultElement
.