Class MicrosoftGraphAudioConferencing


  • public final class MicrosoftGraphAudioConferencing
    extends Object
    audioConferencing.
    • Constructor Detail

      • MicrosoftGraphAudioConferencing

        public MicrosoftGraphAudioConferencing()
    • 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.