MicrosoftGraphOnlineMeeting Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnlineMeeting
- com.
- com.
public final class MicrosoftGraphOnlineMeeting
extends MicrosoftGraphEntity
onlineMeeting.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnlineMeeting() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
allowedPresenters()
Get the allowed |
Microsoft |
audioConferencing()
Get the audio |
Microsoft |
chatInfo()
Get the chat |
Offset |
creationDateTime()
Get the creation |
Offset |
endDateTime()
Get the end |
String |
externalId()
Get the external |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
isEntryExitAnnounced()
Get the is |
Microsoft |
joinInformation()
Get the join |
String |
joinWebUrl()
Get the join |
Microsoft |
lobbyBypassSettings()
Get the lobby |
Microsoft |
participants()
Get the participants property: meeting |
Offset |
startDateTime()
Get the start |
String |
subject()
Get the subject property: The subject of the online meeting. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
videoTeleconferenceId()
Get the video |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAllowedPresenters(MicrosoftGraphOnlineMeetingPresenters allowedPresenters)
Set the allowed |
Microsoft |
withAudioConferencing(MicrosoftGraphAudioConferencing audioConferencing)
Set the audio |
Microsoft |
withChatInfo(MicrosoftGraphChatInfo chatInfo)
Set the chat |
Microsoft |
withCreationDateTime(OffsetDateTime creationDateTime)
Set the creation |
Microsoft |
withEndDateTime(OffsetDateTime endDateTime)
Set the end |
Microsoft |
withExternalId(String externalId)
Set the external |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withIsEntryExitAnnounced(Boolean isEntryExitAnnounced)
Set the is |
Microsoft |
withJoinInformation(MicrosoftGraphItemBody joinInformation)
Set the join |
Microsoft |
withJoinWebUrl(String joinWebUrl)
Set the join |
Microsoft |
withLobbyBypassSettings(MicrosoftGraphLobbyBypassSettings lobbyBypassSettings)
Set the lobby |
Microsoft |
withParticipants(MicrosoftGraphMeetingParticipants participants)
Set the participants property: meeting |
Microsoft |
withStartDateTime(OffsetDateTime startDateTime)
Set the start |
Microsoft |
withSubject(String subject)
Set the subject property: The subject of the online meeting. |
Microsoft |
withVideoTeleconferenceId(String videoTeleconferenceId)
Set the video |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnlineMeeting
public MicrosoftGraphOnlineMeeting()
Creates an instance of MicrosoftGraphOnlineMeeting class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: onlineMeeting.
Overrides:
MicrosoftGraphOnlineMeeting.additionalProperties()Returns:
allowedPresenters
public MicrosoftGraphOnlineMeetingPresenters allowedPresenters()
Get the allowedPresenters property: onlineMeetingPresenters.
Returns:
audioConferencing
public MicrosoftGraphAudioConferencing audioConferencing()
Get the audioConferencing property: audioConferencing.
Returns:
chatInfo
public MicrosoftGraphChatInfo chatInfo()
Get the chatInfo property: chatInfo.
Returns:
creationDateTime
public OffsetDateTime creationDateTime()
Get the creationDateTime property: The meeting creation time in UTC. Read-only.
Returns:
endDateTime
public OffsetDateTime endDateTime()
Get the endDateTime property: The meeting end time in UTC.
Returns:
externalId
public String externalId()
Get the externalId property: The externalId property.
Returns:
fromJson
public static MicrosoftGraphOnlineMeeting fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnlineMeeting from the JsonReader.
Parameters:
Returns:
Throws:
isEntryExitAnnounced
public Boolean isEntryExitAnnounced()
Get the isEntryExitAnnounced property: Whether or not to announce when callers join or leave.
Returns:
joinInformation
public MicrosoftGraphItemBody joinInformation()
Get the joinInformation property: itemBody.
Returns:
joinWebUrl
public String joinWebUrl()
Get the joinWebUrl property: The join URL of the online meeting. Read-only.
Returns:
lobbyBypassSettings
public MicrosoftGraphLobbyBypassSettings lobbyBypassSettings()
Get the lobbyBypassSettings property: lobbyBypassSettings.
Returns:
participants
public MicrosoftGraphMeetingParticipants participants()
Get the participants property: meetingParticipants.
Returns:
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: The meeting start time in UTC.
Returns:
subject
public String subject()
Get the subject property: The subject of the online meeting.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOnlineMeeting.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOnlineMeeting.validate()videoTeleconferenceId
public String videoTeleconferenceId()
Get the videoTeleconferenceId property: The video teleconferencing ID. Read-only.
Returns:
withAdditionalProperties
public MicrosoftGraphOnlineMeeting withAdditionalProperties(Map
Set the additionalProperties property: onlineMeeting.
Overrides:
MicrosoftGraphOnlineMeeting.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAllowedPresenters
public MicrosoftGraphOnlineMeeting withAllowedPresenters(MicrosoftGraphOnlineMeetingPresenters allowedPresenters)
Set the allowedPresenters property: onlineMeetingPresenters.
Parameters:
Returns:
withAudioConferencing
public MicrosoftGraphOnlineMeeting withAudioConferencing(MicrosoftGraphAudioConferencing audioConferencing)
Set the audioConferencing property: audioConferencing.
Parameters:
Returns:
withChatInfo
public MicrosoftGraphOnlineMeeting withChatInfo(MicrosoftGraphChatInfo chatInfo)
Set the chatInfo property: chatInfo.
Parameters:
Returns:
withCreationDateTime
public MicrosoftGraphOnlineMeeting withCreationDateTime(OffsetDateTime creationDateTime)
Set the creationDateTime property: The meeting creation time in UTC. Read-only.
Parameters:
Returns:
withEndDateTime
public MicrosoftGraphOnlineMeeting withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: The meeting end time in UTC.
Parameters:
Returns:
withExternalId
public MicrosoftGraphOnlineMeeting withExternalId(String externalId)
Set the externalId property: The externalId property.
Parameters:
Returns:
withId
public MicrosoftGraphOnlineMeeting withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOnlineMeeting.withId(String id)Parameters:
withIsEntryExitAnnounced
public MicrosoftGraphOnlineMeeting withIsEntryExitAnnounced(Boolean isEntryExitAnnounced)
Set the isEntryExitAnnounced property: Whether or not to announce when callers join or leave.
Parameters:
Returns:
withJoinInformation
public MicrosoftGraphOnlineMeeting withJoinInformation(MicrosoftGraphItemBody joinInformation)
Set the joinInformation property: itemBody.
Parameters:
Returns:
withJoinWebUrl
public MicrosoftGraphOnlineMeeting withJoinWebUrl(String joinWebUrl)
Set the joinWebUrl property: The join URL of the online meeting. Read-only.
Parameters:
Returns:
withLobbyBypassSettings
public MicrosoftGraphOnlineMeeting withLobbyBypassSettings(MicrosoftGraphLobbyBypassSettings lobbyBypassSettings)
Set the lobbyBypassSettings property: lobbyBypassSettings.
Parameters:
Returns:
withParticipants
public MicrosoftGraphOnlineMeeting withParticipants(MicrosoftGraphMeetingParticipants participants)
Set the participants property: meetingParticipants.
Parameters:
Returns:
withStartDateTime
public MicrosoftGraphOnlineMeeting withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: The meeting start time in UTC.
Parameters:
Returns:
withSubject
public MicrosoftGraphOnlineMeeting withSubject(String subject)
Set the subject property: The subject of the online meeting.
Parameters:
Returns:
withVideoTeleconferenceId
public MicrosoftGraphOnlineMeeting withVideoTeleconferenceId(String videoTeleconferenceId)
Set the videoTeleconferenceId property: The video teleconferencing ID. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java