TeamInfo Classe

  • java.lang.Object
    • com.microsoft.bot.schema.teams.TeamInfo

public class TeamInfo

Descrive un team.

Riepilogo dei costruttori

Costruttore Descrizione
TeamInfo()

Nuova istanza vuota di TeamInfo.

TeamInfo(String withId)

Nuova istanza di TeamInfo con ID.

TeamInfo(String withId, String withName, String withAadGroupId)

Nuova istanza di TeamInfo.

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

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

Dettagli costruttore

TeamInfo

public TeamInfo()

Nuova istanza vuota di TeamInfo.

TeamInfo

public TeamInfo(String withId)

Nuova istanza di TeamInfo con ID.

Parametri:

withId - ID del team.

TeamInfo

public TeamInfo(String withId, String withName, String withAadGroupId)

Nuova istanza di TeamInfo.

Parametri:

withId - identificatore univoco che rappresenta un team.
withName - Impostare il nome del team.
withAadGroupId - ID gruppo di Azure Active Directory (AAD) per il team

Dettagli metodo

getAadGroupId

public String getAadGroupId()

Ottenere l'ID gruppo di Azure Active Directory (AAD) per il team.

Restituisce:

ID gruppo di Azure Active Directory (AAD) per il team.

getId

public String getId()

Ottiene un identificatore univoco che rappresenta un team.

Restituisce:

Identificatore univoco che rappresenta un team.

getName

public String getName()

Ottenere il nome del team.

Restituisce:

ottenere il nome del team.

setAadGroupId

public void setAadGroupId(String withAadGroupId)

Impostare l'ID gruppo di Azure Active Directory (AAD) per il team.

Parametri:

withAadGroupId - ID gruppo di Azure Active Directory (AAD) per il team

setId

public void setId(String withId)

Impostare un identificatore univoco che rappresenta un team.

Parametri:

withId - identificatore univoco che rappresenta un team.

setName

public void setName(String withName)

Impostare il nome del team.

Parametri:

withName - nome del team.

Si applica a