TeamsOperations Interface
public interface TeamsOperations
Teams operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
java.util.concurrent.CompletableFuture<Conversation |
fetchChannelList(String teamId)
Fetches channel list for a given team. |
|
default
java.util.concurrent.CompletableFuture<Meeting |
fetchMeetingInfo(String meetingId)
Fetches information related to a Teams meeting. |
|
abstract
java.util.concurrent.CompletableFuture<Teams |
fetchParticipant(String meetingId, String participantId, String tenantId)
Fetches Teams meeting participant details. |
|
abstract
java.util.concurrent.CompletableFuture<Team |
fetchTeamDetails(String teamId)
Fetches details related to a team. |
Method Details
fetchChannelList
public abstract CompletableFuture
Fetches channel list for a given team.
Parameters:
Returns:
fetchMeetingInfo
public default CompletableFuture
Fetches information related to a Teams meeting.
Parameters:
Returns:
fetchParticipant
public abstract CompletableFuture
Fetches Teams meeting participant details.
Parameters:
Returns:
fetchTeamDetails
public abstract CompletableFuture
Fetches details related to a team.
Parameters:
Returns: