Package com.microsoft.graph.serializer
Interface IJsonBackedObject
- All Known Subinterfaces:
ICollectionResponse<T>
- All Known Implementing Classes:
BaseCollectionPage,BaseCollectionResponse,DeltaCollectionPage,GraphErrorResponse,ReferenceRequestBody
public interface IJsonBackedObject
An object that was parsed from JSON
-
Method Summary
Modifier and TypeMethodDescriptionProvides access to objects not anticipated in the model, as well as request and response data from the HTTP callvoidsetRawObject(ISerializer serializer, com.google.gson.JsonObject json)Sets the raw JSON object this object was parsed from
-
Method Details
-
setRawObject
Sets the raw JSON object this object was parsed from- Parameters:
serializer- the serializer for sub class deserializationjson- the JSON that this object was derived from
-
additionalDataManager
Provides access to objects not anticipated in the model, as well as request and response data from the HTTP call- Returns:
- the AddtionalDataManager
-