Package com.microsoft.graph.http
Class ReferenceRequestBody
java.lang.Object
com.microsoft.graph.http.ReferenceRequestBody
- All Implemented Interfaces:
IJsonBackedObject
Represents the body to use with an OData method
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReferenceRequestBody(String payload)Instanciates a new reference request body from the serialized payload -
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
-
Field Details
-
odataId
the odata id
-
-
Constructor Details
-
ReferenceRequestBody
Instanciates a new reference request body from the serialized payload- Parameters:
payload- payload to instanciate the body from
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull ISerializer serializer, @Nonnull com.google.gson.JsonObject json)Sets the raw JSON object- Specified by:
setRawObjectin interfaceIJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-
additionalDataManager
Description copied from interface:IJsonBackedObjectProvides access to objects not anticipated in the model, as well as request and response data from the HTTP call- Specified by:
additionalDataManagerin interfaceIJsonBackedObject- Returns:
- the AddtionalDataManager
-