RestTeamsOperations Class

  • java.lang.Object
    • com.microsoft.bot.connector.rest.RestTeamsOperations

Implements

public class RestTeamsOperations
implements TeamsOperations

msrest impl of TeamsOperations.

Method Summary

Modifier and Type Method and Description
java.util.concurrent.CompletableFuture<ConversationList> fetchChannelList(String teamId)

Implementation of fetchChannelList.

java.util.concurrent.CompletableFuture<MeetingInfo> fetchMeetingInfo(String meetingId)

Fetches Teams meeting participant details.

java.util.concurrent.CompletableFuture<TeamsMeetingParticipant> fetchParticipant(String meetingId, String participantId, String tenantId)

Fetches Teams meeting participant details.

java.util.concurrent.CompletableFuture<TeamDetails> fetchTeamDetails(String teamId)

Implementation of fetchTeamDetails.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Method Details

fetchChannelList

public CompletableFuture fetchChannelList(String teamId)

Implementation of fetchChannelList.

Parameters:

teamId

fetchMeetingInfo

public CompletableFuture fetchMeetingInfo(String meetingId)

Fetches Teams meeting participant details.

Parameters:

meetingId - Teams meeting id

Returns:

TeamsParticipantChannelAccount

fetchParticipant

public CompletableFuture fetchParticipant(String meetingId, String participantId, String tenantId)

Fetches Teams meeting participant details.

Parameters:

meetingId - Teams meeting id
participantId - Teams meeting participant id
tenantId - Teams meeting tenant id

Returns:

TeamsParticipantChannelAccount

fetchTeamDetails

public CompletableFuture fetchTeamDetails(String teamId)

Implementation of fetchTeamDetails.

Parameters:

teamId

Applies to