MicrosoftGraphOnlineMeetingInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnlineMeetingInfo
- com.
Implements
public final class MicrosoftGraphOnlineMeetingInfo
implements JsonSerializable<MicrosoftGraphOnlineMeetingInfo>
onlineMeetingInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnlineMeetingInfo() |
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 |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
joinUrl()
Get the join |
List<Microsoft |
phones()
Get the phones property: All of the phone numbers associated with this conference. |
String |
quickDial()
Get the quick |
Json |
toJson(JsonWriter jsonWriter) |
List<String> |
tollFreeNumbers()
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 |
withJoinUrl(String joinUrl)
Set the join |
Microsoft |
withPhones(List<MicrosoftGraphPhone> phones)
Set the phones property: All of the phone numbers associated with this conference. |
Microsoft |
withQuickDial(String quickDial)
Set the quick |
Microsoft |
withTollFreeNumbers(List<String> tollFreeNumbers)
Set the toll |
Microsoft |
withTollNumber(String tollNumber)
Set the toll |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnlineMeetingInfo
public MicrosoftGraphOnlineMeetingInfo()
Creates an instance of MicrosoftGraphOnlineMeetingInfo class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: onlineMeetingInfo.
Returns:
conferenceId
public String conferenceId()
Get the conferenceId property: The ID of the conference.
Returns:
fromJson
public static MicrosoftGraphOnlineMeetingInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnlineMeetingInfo from the JsonReader.
Parameters:
Returns:
Throws:
joinUrl
public String joinUrl()
Get the joinUrl property: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
Returns:
phones
public List
Get the phones property: All of the phone numbers associated with this conference.
Returns:
quickDial
public String quickDial()
Get the quickDial property: The pre-formatted quickdial for this call.
Returns:
toJson
tollFreeNumbers
public List
Get the tollFreeNumbers property: The toll free numbers that can be used to join the conference.
Returns:
tollNumber
public String tollNumber()
Get the tollNumber property: The toll number that can be used to join the conference.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphOnlineMeetingInfo withAdditionalProperties(Map
Set the additionalProperties property: onlineMeetingInfo.
Parameters:
Returns:
withConferenceId
public MicrosoftGraphOnlineMeetingInfo withConferenceId(String conferenceId)
Set the conferenceId property: The ID of the conference.
Parameters:
Returns:
withJoinUrl
public MicrosoftGraphOnlineMeetingInfo withJoinUrl(String joinUrl)
Set the joinUrl property: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
Parameters:
Returns:
withPhones
public MicrosoftGraphOnlineMeetingInfo withPhones(List
Set the phones property: All of the phone numbers associated with this conference.
Parameters:
Returns:
withQuickDial
public MicrosoftGraphOnlineMeetingInfo withQuickDial(String quickDial)
Set the quickDial property: The pre-formatted quickdial for this call.
Parameters:
Returns:
withTollFreeNumbers
public MicrosoftGraphOnlineMeetingInfo withTollFreeNumbers(List
Set the tollFreeNumbers property: The toll free numbers that can be used to join the conference.
Parameters:
Returns:
withTollNumber
public MicrosoftGraphOnlineMeetingInfo withTollNumber(String tollNumber)
Set the tollNumber property: The toll number that can be used to join the conference.
Parameters:
Returns:
Applies to
Azure SDK for Java