ReferenceRequestBody Class
- java.
lang. Object - com.
microsoft. graph. http. ReferenceRequestBody
- com.
Implements
public class ReferenceRequestBody
implements IJsonBackedObject
Represents the body to use with an OData method
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.lang.String |
odataId
the odata id |
Constructor Summary
| Constructor | Description |
|---|---|
| ReferenceRequestBody(String payload) |
Instanciates a new reference request body from the serialized payload |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
final
Additional |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as request and response data from the HTTP call |
| void |
setRawObject(ISerializer serializer, JsonObject json)
Sets the raw JSON object |
Methods inherited from java.lang.Object
Field Details
odataId
public String odataId
the odata id
Constructor Details
ReferenceRequestBody
public ReferenceRequestBody(String payload)
Instanciates a new reference request body from the serialized payload
Parameters:
Method Details
additionalDataManager
public final AdditionalDataManager additionalDataManager()
Provides access to objects not anticipated in the model, as well as request and response data from the HTTP call
setRawObject
public void setRawObject(ISerializer serializer, JsonObject json)
Sets the raw JSON object
Parameters: