TeamInfo Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TeamInfo
- com.
public class TeamInfo
Describes a team.
Constructor Summary
| Constructor | Description |
|---|---|
| TeamInfo() |
A new empty instance of Team |
| TeamInfo(String withId) |
A new instance of Team |
| TeamInfo(String withId, String withName, String withAadGroupId) |
A new instance of Team |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getAadGroupId()
Get Azure Active Directory (AAD) Group Id for the team. |
| java.lang.String |
getId()
Get unique identifier representing a team. |
| java.lang.String |
getName()
Get the name of the team. |
| void |
setAadGroupId(String withAadGroupId)
Set Azure Active Directory (AAD) Group Id for the team. |
| void |
setId(String withId)
Set unique identifier representing a team. |
| void |
setName(String withName)
Set the name of the team. |
Methods inherited from java.lang.Object
Constructor Details
TeamInfo
public TeamInfo()
A new empty instance of TeamInfo.
TeamInfo
public TeamInfo(String withId)
A new instance of TeamInfo with ID.
Parameters:
TeamInfo
public TeamInfo(String withId, String withName, String withAadGroupId)
A new instance of TeamInfo.
Parameters:
Method Details
getAadGroupId
public String getAadGroupId()
Get Azure Active Directory (AAD) Group Id for the team.
Returns:
getId
public String getId()
Get unique identifier representing a team.
Returns:
getName
public String getName()
Get the name of the team.
Returns:
setAadGroupId
public void setAadGroupId(String withAadGroupId)
Set Azure Active Directory (AAD) Group Id for the team.
Parameters:
setId
public void setId(String withId)
Set unique identifier representing a team.
Parameters:
setName
public void setName(String withName)
Set the name of the team.
Parameters: