Class MicrosoftGraphAudioConferencing
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAudioConferencing
-
public final class MicrosoftGraphAudioConferencing extends Object
audioConferencing.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAudioConferencing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: audioConferencing.StringconferenceId()Get the conferenceId property: The conferenceId property.StringdialinUrl()Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.StringtollFreeNumber()Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.StringtollNumber()Get the tollNumber property: The toll number that connects to the Audio Conference Provider.voidvalidate()Validates the instance.MicrosoftGraphAudioConferencingwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: audioConferencing.MicrosoftGraphAudioConferencingwithConferenceId(String conferenceId)Set the conferenceId property: The conferenceId property.MicrosoftGraphAudioConferencingwithDialinUrl(String dialinUrl)Set the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.MicrosoftGraphAudioConferencingwithTollFreeNumber(String tollFreeNumber)Set the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.MicrosoftGraphAudioConferencingwithTollNumber(String tollNumber)Set the tollNumber property: The toll number that connects to the Audio Conference Provider.
-
-
-
Method Detail
-
conferenceId
public String conferenceId()
Get the conferenceId property: The conferenceId property.- Returns:
- the conferenceId value.
-
withConferenceId
public MicrosoftGraphAudioConferencing withConferenceId(String conferenceId)
Set the conferenceId property: The conferenceId property.- Parameters:
conferenceId- the conferenceId value to set.- Returns:
- the MicrosoftGraphAudioConferencing object itself.
-
dialinUrl
public String dialinUrl()
Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.- Returns:
- the dialinUrl value.
-
withDialinUrl
public MicrosoftGraphAudioConferencing withDialinUrl(String dialinUrl)
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
public String tollFreeNumber()
Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.- Returns:
- the tollFreeNumber value.
-
withTollFreeNumber
public MicrosoftGraphAudioConferencing withTollFreeNumber(String tollFreeNumber)
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
public String tollNumber()
Get the tollNumber property: The toll number that connects to the Audio Conference Provider.- Returns:
- the tollNumber value.
-
withTollNumber
public MicrosoftGraphAudioConferencing withTollNumber(String tollNumber)
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
public Map<String,Object> 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.
-
-