RestTeamsOperations Class
- java.
lang. Object - com.
microsoft. bot. connector. rest. RestTeamsOperations
- com.
Implements
public class RestTeamsOperations
implements TeamsOperations
msrest impl of TeamsOperations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.util.concurrent.CompletableFuture<Conversation |
fetchChannelList(String teamId)
Implementation of fetch |
|
java.util.concurrent.CompletableFuture<Meeting |
fetchMeetingInfo(String meetingId)
Fetches Teams meeting participant details. |
|
java.util.concurrent.CompletableFuture<Teams |
fetchParticipant(String meetingId, String participantId, String tenantId)
Fetches Teams meeting participant details. |
|
java.util.concurrent.CompletableFuture<Team |
fetchTeamDetails(String teamId)
Implementation of fetch |
Methods inherited from java.lang.Object
Method Details
fetchChannelList
public CompletableFuture
Implementation of fetchChannelList.
Parameters:
fetchMeetingInfo
public CompletableFuture
Fetches Teams meeting participant details.
Parameters:
Returns:
fetchParticipant
public CompletableFuture
Fetches Teams meeting participant details.
Parameters:
Returns:
fetchTeamDetails
public CompletableFuture
Implementation of fetchTeamDetails.
Parameters: