Class MicrosoftGraphOnlineMeetingInfo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingInfo
onlineMeetingInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOnlineMeetingInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: onlineMeetingInfo.Get the conferenceId property: The ID of the conference.joinUrl()Get the joinUrl property: The external link that launches the online meeting.phones()Get the phones property: All of the phone numbers associated with this conference.Get the quickDial property: The pre-formatted quickdial for this call.Get the tollFreeNumbers property: The toll free numbers that can be used to join the conference.Get the tollNumber property: The toll number that can be used to join the conference.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onlineMeetingInfo.withConferenceId(String conferenceId) Set the conferenceId property: The ID of the conference.withJoinUrl(String joinUrl) Set the joinUrl property: The external link that launches the online meeting.withPhones(List<MicrosoftGraphPhone> phones) Set the phones property: All of the phone numbers associated with this conference.withQuickDial(String quickDial) Set the quickDial property: The pre-formatted quickdial for this call.withTollFreeNumbers(List<String> tollFreeNumbers) Set the tollFreeNumbers property: The toll free numbers that can be used to join the conference.withTollNumber(String tollNumber) Set the tollNumber property: The toll number that can be used to join the conference.
-
Constructor Details
-
MicrosoftGraphOnlineMeetingInfo
public MicrosoftGraphOnlineMeetingInfo()Creates an instance of MicrosoftGraphOnlineMeetingInfo class.
-
-
Method Details
-
conferenceId
Get the conferenceId property: The ID of the conference.- Returns:
- the conferenceId value.
-
withConferenceId
Set the conferenceId property: The ID of the conference.- Parameters:
conferenceId- the conferenceId value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
joinUrl
Get the joinUrl property: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.- Returns:
- the joinUrl value.
-
withJoinUrl
Set the joinUrl property: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.- Parameters:
joinUrl- the joinUrl value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
phones
Get the phones property: All of the phone numbers associated with this conference.- Returns:
- the phones value.
-
withPhones
Set the phones property: All of the phone numbers associated with this conference.- Parameters:
phones- the phones value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
quickDial
Get the quickDial property: The pre-formatted quickdial for this call.- Returns:
- the quickDial value.
-
withQuickDial
Set the quickDial property: The pre-formatted quickdial for this call.- Parameters:
quickDial- the quickDial value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
tollFreeNumbers
Get the tollFreeNumbers property: The toll free numbers that can be used to join the conference.- Returns:
- the tollFreeNumbers value.
-
withTollFreeNumbers
Set the tollFreeNumbers property: The toll free numbers that can be used to join the conference.- Parameters:
tollFreeNumbers- the tollFreeNumbers value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
tollNumber
Get the tollNumber property: The toll number that can be used to join the conference.- Returns:
- the tollNumber value.
-
withTollNumber
Set the tollNumber property: The toll number that can be used to join the conference.- Parameters:
tollNumber- the tollNumber value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
additionalProperties
Get the additionalProperties property: onlineMeetingInfo.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOnlineMeetingInfo withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onlineMeetingInfo.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-