MicrosoftGraphAudioConferencing Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAudioConferencing

public final class MicrosoftGraphAudioConferencing

audioConferencing.

Constructor Summary

Constructor Description
MicrosoftGraphAudioConferencing()

Creates an instance of MicrosoftGraphAudioConferencing class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: audioConferencing.

String conferenceId()

Get the conferenceId property: The conferenceId property.

String dialinUrl()

Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.

String tollFreeNumber()

Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.

String tollNumber()

Get the tollNumber property: The toll number that connects to the Audio Conference Provider.

void validate()

Validates the instance.

MicrosoftGraphAudioConferencing withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: audioConferencing.

MicrosoftGraphAudioConferencing withConferenceId(String conferenceId)

Set the conferenceId property: The conferenceId property.

MicrosoftGraphAudioConferencing withDialinUrl(String dialinUrl)

Set the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.

MicrosoftGraphAudioConferencing withTollFreeNumber(String tollFreeNumber)

Set the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.

MicrosoftGraphAudioConferencing withTollNumber(String tollNumber)

Set the tollNumber property: The toll number that connects to the Audio Conference Provider.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphAudioConferencing

public MicrosoftGraphAudioConferencing()

Creates an instance of MicrosoftGraphAudioConferencing class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: audioConferencing.

Returns:

the additionalProperties value.

conferenceId

public String conferenceId()

Get the conferenceId property: The conferenceId property.

Returns:

the conferenceId value.

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.

tollFreeNumber

public String tollFreeNumber()

Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.

Returns:

the tollFreeNumber value.

tollNumber

public String tollNumber()

Get the tollNumber property: The toll number that connects to the Audio Conference Provider.

Returns:

the tollNumber value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphAudioConferencing withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: audioConferencing.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphAudioConferencing object itself.

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.

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.

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.

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.

Applies to