Class MicrosoftGraphOnlineMeetingInfo
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingInfo
-
public final class MicrosoftGraphOnlineMeetingInfo extends Object
onlineMeetingInfo.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnlineMeetingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: onlineMeetingInfo.String
conferenceId()
Get the conferenceId property: The ID of the conference.String
joinUrl()
Get the joinUrl property: The external link that launches the online meeting.List<MicrosoftGraphPhone>
phones()
Get the phones property: All of the phone numbers associated with this conference.String
quickDial()
Get the quickDial property: The pre-formatted quickdial for this call.List<String>
tollFreeNumbers()
Get the tollFreeNumbers property: The toll free numbers that can be used to join the conference.String
tollNumber()
Get the tollNumber property: The toll number that can be used to join the conference.void
validate()
Validates the instance.MicrosoftGraphOnlineMeetingInfo
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: onlineMeetingInfo.MicrosoftGraphOnlineMeetingInfo
withConferenceId(String conferenceId)
Set the conferenceId property: The ID of the conference.MicrosoftGraphOnlineMeetingInfo
withJoinUrl(String joinUrl)
Set the joinUrl property: The external link that launches the online meeting.MicrosoftGraphOnlineMeetingInfo
withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: All of the phone numbers associated with this conference.MicrosoftGraphOnlineMeetingInfo
withQuickDial(String quickDial)
Set the quickDial property: The pre-formatted quickdial for this call.MicrosoftGraphOnlineMeetingInfo
withTollFreeNumbers(List<String> tollFreeNumbers)
Set the tollFreeNumbers property: The toll free numbers that can be used to join the conference.MicrosoftGraphOnlineMeetingInfo
withTollNumber(String tollNumber)
Set the tollNumber property: The toll number that can be used to join the conference.
-
-
-
Method Detail
-
conferenceId
public String conferenceId()
Get the conferenceId property: The ID of the conference.- Returns:
- the conferenceId value.
-
withConferenceId
public MicrosoftGraphOnlineMeetingInfo withConferenceId(String conferenceId)
Set the conferenceId property: The ID of the conference.- Parameters:
conferenceId
- the conferenceId value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
joinUrl
public String 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
public MicrosoftGraphOnlineMeetingInfo withJoinUrl(String joinUrl)
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
public List<MicrosoftGraphPhone> phones()
Get the phones property: All of the phone numbers associated with this conference.- Returns:
- the phones value.
-
withPhones
public MicrosoftGraphOnlineMeetingInfo withPhones(List<MicrosoftGraphPhone> phones)
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
public String quickDial()
Get the quickDial property: The pre-formatted quickdial for this call.- Returns:
- the quickDial value.
-
withQuickDial
public MicrosoftGraphOnlineMeetingInfo withQuickDial(String quickDial)
Set the quickDial property: The pre-formatted quickdial for this call.- Parameters:
quickDial
- the quickDial value to set.- Returns:
- the MicrosoftGraphOnlineMeetingInfo object itself.
-
tollFreeNumbers
public List<String> tollFreeNumbers()
Get the tollFreeNumbers property: The toll free numbers that can be used to join the conference.- Returns:
- the tollFreeNumbers value.
-
withTollFreeNumbers
public MicrosoftGraphOnlineMeetingInfo withTollFreeNumbers(List<String> tollFreeNumbers)
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
public String tollNumber()
Get the tollNumber property: The toll number that can be used to join the conference.- Returns:
- the tollNumber value.
-
withTollNumber
public MicrosoftGraphOnlineMeetingInfo withTollNumber(String tollNumber)
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
public Map<String,Object> 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.
-
-