Class MicrosoftGraphAudioConferencing
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAudioConferencing
audioConferencing.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphAudioConferencing class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: audioConferencing.Get the conferenceId property: The conferenceId property.Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.Get the tollNumber property: The toll number that connects to the Audio Conference Provider.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: audioConferencing.withConferenceId(String conferenceId) Set the conferenceId property: The conferenceId property.withDialinUrl(String dialinUrl) Set the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.withTollFreeNumber(String tollFreeNumber) Set the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.withTollNumber(String tollNumber) Set the tollNumber property: The toll number that connects to the Audio Conference Provider.
-
Constructor Details
-
MicrosoftGraphAudioConferencing
public MicrosoftGraphAudioConferencing()Creates an instance of MicrosoftGraphAudioConferencing class.
-
-
Method Details
-
conferenceId
Get the conferenceId property: The conferenceId property.- Returns:
- the conferenceId value.
-
withConferenceId
Set the conferenceId property: The conferenceId property.- Parameters:
conferenceId- the conferenceId value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
dialinUrl
Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.- Returns:
- the dialinUrl value.
-
withDialinUrl
Set the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.- Parameters:
dialinUrl- the dialinUrl value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
tollFreeNumber
Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.- Returns:
- the tollFreeNumber value.
-
withTollFreeNumber
Set the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.- Parameters:
tollFreeNumber- the tollFreeNumber value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
tollNumber
Get the tollNumber property: The toll number that connects to the Audio Conference Provider.- Returns:
- the tollNumber value.
-
withTollNumber
Set the tollNumber property: The toll number that connects to the Audio Conference Provider.- Parameters:
tollNumber- the tollNumber value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
additionalProperties
Get the additionalProperties property: audioConferencing.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphAudioConferencing withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: audioConferencing.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-