ReferenceRequestBody Class

  • java.lang.Object
    • com.microsoft.graph.http.ReferenceRequestBody

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 AdditionalDataManager 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

payload - payload to instanciate the body from

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:

serializer - the serializer
json - the JSON object to set this object to

Applies to