TeamDetails Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. TeamDetails
- com.
public class TeamDetails
Dettagli correlati a un team.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| TeamDetails() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| java.lang.String |
getAadGroupId()
Ottiene l'ID gruppo di Azure Active Directory (AAD) per il team. |
| int |
getChannelCount()
Ottiene il numero di canali nel team. |
| java.lang.String |
getId()
Ottiene un identificatore univoco che rappresenta un team. |
| int |
getMemberCount()
Ottiene il numero di membri nel team. |
| java.lang.String |
getName()
Ottiene il nome del team. |
| void |
setAadGroupId(String withAadGroupId)
Imposta l'ID gruppo di Azure Active Directory (AAD) per il team. |
| void |
setChannelCount(int withChannelCount)
Imposta il numero di canali nel team. |
| void |
setId(String withId)
Imposta un identificatore univoco che rappresenta un team. |
| void |
setMemberCount(int withMemberCount)
Imposta il numero di membri nel team. |
| void |
setName(String withName)
Imposta il nome del team. |
Metodi ereditati da java.lang.Object
Dettagli costruttore
TeamDetails
public TeamDetails()
Dettagli metodo
getAadGroupId
public String getAadGroupId()
Ottiene l'ID gruppo di Azure Active Directory (AAD) per il team.
Restituisce:
getChannelCount
public int getChannelCount()
Ottiene il numero di canali nel team.
Restituisce:
getId
public String getId()
Ottiene un identificatore univoco che rappresenta un team.
Restituisce:
getMemberCount
public int getMemberCount()
Ottiene il numero di membri nel team.
Restituisce:
getName
public String getName()
Ottiene il nome del team.
Restituisce:
setAadGroupId
public void setAadGroupId(String withAadGroupId)
Imposta l'ID gruppo di Azure Active Directory (AAD) per il team.
Parametri:
setChannelCount
public void setChannelCount(int withChannelCount)
Imposta il numero di canali nel team.
Parametri:
setId
public void setId(String withId)
Imposta un identificatore univoco che rappresenta un team.
Parametri:
setMemberCount
public void setMemberCount(int withMemberCount)
Imposta il numero di membri nel team.
Parametri:
setName
public void setName(String withName)
Imposta il nome del team.
Parametri: