Package com.microsoft.graph.models
Class ParticipantInfo
java.lang.Object
com.microsoft.graph.models.ParticipantInfo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ParticipantInfo
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Participant Info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Country Code.The Endpoint Type.The Identity.The Language Id.the OData type of the object as returned by the serviceThe Participant Id.The Region. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
countryCode
@SerializedName(value="countryCode", alternate="CountryCode") @Expose @Nullable public String countryCodeThe Country Code. The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only. -
endpointType
@SerializedName(value="endpointType", alternate="EndpointType") @Expose @Nullable public EndpointType endpointTypeThe Endpoint Type. The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. -
identity
@SerializedName(value="identity", alternate="Identity") @Expose @Nullable public IdentitySet identityThe Identity. The identitySet associated with this participant. Read-only. -
languageId
@SerializedName(value="languageId", alternate="LanguageId") @Expose @Nullable public String languageIdThe Language Id. The language culture string. Read-only. -
participantId
@SerializedName(value="participantId", alternate="ParticipantId") @Expose @Nullable public String participantIdThe Participant Id. The participant ID of the participant. Read-only. -
region
The Region. The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant's current physical location, unlike countryCode. Read-only.
-
-
Constructor Details
-
ParticipantInfo
public ParticipantInfo()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-