Class TeamsMeetingCoordinatesLocator
- Object
-
- JoinMeetingLocator
-
- JoinTeamsMeetingLocator
-
- TeamsMeetingCoordinatesLocator
-
public final class TeamsMeetingCoordinatesLocator extends JoinTeamsMeetingLocator
Options for joining a Teams meeting using Coordinates locator
-
-
Constructor Summary
Constructors Constructor Description TeamsMeetingCoordinatesLocator(String threadId, UUID organizerId, UUID tenantId, String messageId)
Creates a new instance with a threadId, OrganizerId, TenantId, MessageId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageId()
Gets the message identifier of meetingUUID
getOrganizerId()
Gets the organizer identifier of meetingUUID
getTenantId()
Gets the tenant identifier of meetingString
getThreadId()
Gets the thread identifier of meeting-
Methods inherited from class JoinMeetingLocator
finalize
-
-
-
-
Constructor Detail
-
TeamsMeetingCoordinatesLocator
public TeamsMeetingCoordinatesLocator(String threadId, UUID organizerId, UUID tenantId, String messageId)
Creates a new instance with a threadId, OrganizerId, TenantId, MessageId- Parameters:
threadId
- A string representing the thread to join.organizerId
- A Guid representing the group to join.tenantId
- A Guid representing the group to join.messageId
- A Guid representing the group to join.
-
-
Method Detail
-
getThreadId
public String getThreadId()
Gets the thread identifier of meeting
-
getOrganizerId
public UUID getOrganizerId()
Gets the organizer identifier of meeting
-
getTenantId
public UUID getTenantId()
Gets the tenant identifier of meeting
-
getMessageId
public String getMessageId()
Gets the message identifier of meeting
-
-