Class VirtualEventWebinar

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

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

    • VirtualEventWebinar

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

    • createFromDiscriminatorValue

      @Nonnull public static VirtualEventWebinar 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 VirtualEventWebinar
    • getAudience

      @Nullable public MeetingAudience getAudience()
      Gets the audience property value. To whom the webinar is visible. Possible values are: everyone, organization, and unknownFutureValue.
      Returns:
      a MeetingAudience
    • getCoOrganizers

      @Nullable public List<CommunicationsUserIdentity> getCoOrganizers()
      Gets the coOrganizers property value. Identity information of coorganizers of the webinar.
      Returns:
      a List<CommunicationsUserIdentity>
    • 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 VirtualEvent
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getRegistrationConfiguration

      @Nullable public VirtualEventWebinarRegistrationConfiguration getRegistrationConfiguration()
      Gets the registrationConfiguration property value. Registration configuration of the webinar.
      Returns:
      a VirtualEventWebinarRegistrationConfiguration
    • getRegistrations

      @Nullable public List<VirtualEventRegistration> getRegistrations()
      Gets the registrations property value. Registration records of the webinar.
      Returns:
      a List<VirtualEventRegistration>
    • 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 VirtualEvent
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAudience

      public void setAudience(@Nullable MeetingAudience value)
      Sets the audience property value. To whom the webinar is visible. Possible values are: everyone, organization, and unknownFutureValue.
      Parameters:
      value - Value to set for the audience property.
    • setCoOrganizers

      public void setCoOrganizers(@Nullable List<CommunicationsUserIdentity> value)
      Sets the coOrganizers property value. Identity information of coorganizers of the webinar.
      Parameters:
      value - Value to set for the coOrganizers property.
    • setRegistrationConfiguration

      public void setRegistrationConfiguration(@Nullable VirtualEventWebinarRegistrationConfiguration value)
      Sets the registrationConfiguration property value. Registration configuration of the webinar.
      Parameters:
      value - Value to set for the registrationConfiguration property.
    • setRegistrations

      public void setRegistrations(@Nullable List<VirtualEventRegistration> value)
      Sets the registrations property value. Registration records of the webinar.
      Parameters:
      value - Value to set for the registrations property.