TeamInfo Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. TeamInfo
- com.
public class TeamInfo
Descrive un team.
Riepilogo dei costruttori
| Costruttore | Descrizione |
|---|---|
| TeamInfo() |
Nuova istanza vuota di Team |
| TeamInfo(String withId) |
Nuova istanza di Team |
| TeamInfo(String withId, String withName, String withAadGroupId) |
Nuova istanza di Team |
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| java.lang.String |
getAadGroupId()
Ottenere l'ID gruppo di Azure Active Directory (AAD) per il team. |
| java.lang.String |
getId()
Ottiene un identificatore univoco che rappresenta un team. |
| java.lang.String |
getName()
Ottenere il nome del team. |
| void |
setAadGroupId(String withAadGroupId)
Impostare l'ID gruppo di Azure Active Directory (AAD) per il team. |
| void |
setId(String withId)
Impostare un identificatore univoco che rappresenta un team. |
| void |
setName(String withName)
Impostare il nome del team. |
Metodi ereditati da java.lang.Object
Dettagli costruttore
TeamInfo
public TeamInfo()
Nuova istanza vuota di TeamInfo.
TeamInfo
public TeamInfo(String withId)
Nuova istanza di TeamInfo con ID.
Parametri:
TeamInfo
public TeamInfo(String withId, String withName, String withAadGroupId)
Nuova istanza di TeamInfo.
Parametri:
Dettagli metodo
getAadGroupId
public String getAadGroupId()
Ottenere l'ID gruppo di Azure Active Directory (AAD) per il team.
Restituisce:
getId
public String getId()
Ottiene un identificatore univoco che rappresenta un team.
Restituisce:
getName
public String getName()
Ottenere il nome del team.
Restituisce:
setAadGroupId
public void setAadGroupId(String withAadGroupId)
Impostare l'ID gruppo di Azure Active Directory (AAD) per il team.
Parametri:
setId
public void setId(String withId)
Impostare un identificatore univoco che rappresenta un team.
Parametri:
setName
public void setName(String withName)
Impostare il nome del team.
Parametri: