Share via


MicrosoftGraphAudioConferencing Class

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

Implements

public final class MicrosoftGraphAudioConferencing
implements JsonSerializable<MicrosoftGraphAudioConferencing>

Represents audio conferencing.

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.

static MicrosoftGraphAudioConferencing fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphAudioConferencing from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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<String,Object> 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.

fromJson

public static MicrosoftGraphAudioConferencing fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphAudioConferencing from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphAudioConferencing if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphAudioConferencing.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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<String,Object> 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