MicrosoftGraphAudioConferencing Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAudioConferencing
- com.
Implements
public final class MicrosoftGraphAudioConferencing
implements JsonSerializable<MicrosoftGraphAudioConferencing>
audioConferencing.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAudioConferencing() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
conferenceId()
Get the conference |
String |
dialinUrl()
Get the dialin |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
String |
tollFreeNumber()
Get the toll |
String |
tollNumber()
Get the toll |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withConferenceId(String conferenceId)
Set the conference |
Microsoft |
withDialinUrl(String dialinUrl)
Set the dialin |
Microsoft |
withTollFreeNumber(String tollFreeNumber)
Set the toll |
Microsoft |
withTollNumber(String tollNumber)
Set the toll |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAudioConferencing
public MicrosoftGraphAudioConferencing()
Creates an instance of MicrosoftGraphAudioConferencing class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: audioConferencing.
Returns:
conferenceId
public String conferenceId()
Get the conferenceId property: The conferenceId property.
Returns:
dialinUrl
public String dialinUrl()
Get the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.
Returns:
fromJson
public static MicrosoftGraphAudioConferencing fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAudioConferencing from the JsonReader.
Parameters:
Returns:
Throws:
toJson
tollFreeNumber
public String tollFreeNumber()
Get the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.
Returns:
tollNumber
public String tollNumber()
Get the tollNumber property: The toll number that connects to the Audio Conference Provider.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAudioConferencing withAdditionalProperties(Map
Set the additionalProperties property: audioConferencing.
Parameters:
Returns:
withConferenceId
public MicrosoftGraphAudioConferencing withConferenceId(String conferenceId)
Set the conferenceId property: The conferenceId property.
Parameters:
Returns:
withDialinUrl
public MicrosoftGraphAudioConferencing withDialinUrl(String dialinUrl)
Set the dialinUrl property: A URL to the externally-accessible web page that contains dial-in information.
Parameters:
Returns:
withTollFreeNumber
public MicrosoftGraphAudioConferencing withTollFreeNumber(String tollFreeNumber)
Set the tollFreeNumber property: The toll-free number that connects to the Audio Conference Provider.
Parameters:
Returns:
withTollNumber
public MicrosoftGraphAudioConferencing withTollNumber(String tollNumber)
Set the tollNumber property: The toll number that connects to the Audio Conference Provider.
Parameters:
Returns:
Applies to
Azure SDK for Java