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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • countryCode

      @SerializedName(value="countryCode", alternate="CountryCode") @Expose @Nullable public String countryCode
      The 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 endpointType
      The 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 identity
      The Identity. The identitySet associated with this participant. Read-only.
    • languageId

      @SerializedName(value="languageId", alternate="LanguageId") @Expose @Nullable public String languageId
      The Language Id. The language culture string. Read-only.
    • participantId

      @SerializedName(value="participantId", alternate="ParticipantId") @Expose @Nullable public String participantId
      The Participant Id. The participant ID of the participant. Read-only.
    • region

      @SerializedName(value="region", alternate="Region") @Expose @Nullable public String 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to