Class ParticipantBase

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.callrecords.ParticipantBase
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
Organizer, Participant

@Generated("com.microsoft.kiota") public class ParticipantBase extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • ParticipantBase

      public ParticipantBase()
      Instantiates a new ParticipantBase and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ParticipantBase createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a ParticipantBase
    • getAdministrativeUnitInfos

      @Nullable public List<AdministrativeUnitInfo> getAdministrativeUnitInfos()
      Gets the administrativeUnitInfos property value. List of administrativeUnitInfo objects for the call participant.
      Returns:
      a List<AdministrativeUnitInfo>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIdentity

      @Nullable public CommunicationsIdentitySet getIdentity()
      Gets the identity property value. The identity of the call participant.
      Returns:
      a CommunicationsIdentitySet
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdministrativeUnitInfos

      public void setAdministrativeUnitInfos(@Nullable List<AdministrativeUnitInfo> value)
      Sets the administrativeUnitInfos property value. List of administrativeUnitInfo objects for the call participant.
      Parameters:
      value - Value to set for the administrativeUnitInfos property.
    • setIdentity

      public void setIdentity(@Nullable CommunicationsIdentitySet value)
      Sets the identity property value. The identity of the call participant.
      Parameters:
      value - Value to set for the identity property.