Package com.microsoft.graph.models
Class VirtualEventWebinar
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.VirtualEvent
com.microsoft.graph.models.VirtualEventWebinar
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class VirtualEventWebinar
extends VirtualEvent
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Virtual Event Webinar.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Audience.The Co Organizers.The Registrations.Fields inherited from class com.microsoft.graph.models.VirtualEvent
createdBy, description, displayName, endDateTime, sessions, startDateTime, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
audience
@SerializedName(value="audience", alternate="Audience") @Expose @Nullable public MeetingAudience audienceThe Audience. To whom the webinar is visible. -
coOrganizers
@SerializedName(value="coOrganizers", alternate="CoOrganizers") @Expose @Nullable public List<CommunicationsUserIdentity> coOrganizersThe Co Organizers. Identity information of coorganizers of the webinar. -
registrations
@SerializedName(value="registrations", alternate="Registrations") @Expose @Nullable public VirtualEventRegistrationCollectionPage registrationsThe Registrations. Registration records of the webinar.
-
-
Constructor Details
-
VirtualEventWebinar
public VirtualEventWebinar()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classVirtualEvent- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-