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 ODataServiceErrorODataServiceError.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 TypeClassDescriptionclassResultObjectimplementation based on aJsonObject.Methods in com.sap.cloud.sdk.result that return ResultObjectModifier and TypeMethodDescriptionDefaultResultCollection.getAsObject()GsonResultObject.getAsObject()GsonResultPrimitive.getAsObject()ResultElement.getAsObject()Returns thisResultElementas an instance ofResultObject.protected ResultObjectGsonResultElementFactory.newObject(com.google.gson.JsonElement resultElement) Returns aResultObjectfrom the givenresultElement.