public class ParticipantEndpoint extends Endpoint implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
UserFeedback |
feedback
The Feedback.
|
IdentitySet |
identity
The Identity.
|
| Constructor and Description |
|---|
ParticipantEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="feedback",
alternate="Feedback")
@Expose
@Nullable
public UserFeedback feedback
@SerializedName(value="identity",
alternate="Identity")
@Expose
@Nullable
public IdentitySet identity
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Endpointserializer - the serializerjson - the JSON object to set this object to