TeamDetails Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TeamDetails
- com.
public class TeamDetails
Details related to a team.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TeamDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getAadGroupId()
Gets Azure Active Directory (AAD) Group Id for the team. |
| int |
getChannelCount()
Gets the number of channels in the team. |
| java.lang.String |
getId()
Gets unique identifier representing a team. |
| int |
getMemberCount()
Gets the number of members in the team. |
| java.lang.String |
getName()
Gets name of team. |
| void |
setAadGroupId(String withAadGroupId)
Sets Azure Active Directory (AAD) Group Id for the team. |
| void |
setChannelCount(int withChannelCount)
Sets the number of channels in the team. |
| void |
setId(String withId)
Sets unique identifier representing a team. |
| void |
setMemberCount(int withMemberCount)
Sets the number of members in the team. |
| void |
setName(String withName)
Sets name of team. |
Methods inherited from java.lang.Object
Constructor Details
TeamDetails
public TeamDetails()
Method Details
getAadGroupId
public String getAadGroupId()
Gets Azure Active Directory (AAD) Group Id for the team.
Returns:
getChannelCount
public int getChannelCount()
Gets the number of channels in the team.
Returns:
getId
public String getId()
Gets unique identifier representing a team.
Returns:
getMemberCount
public int getMemberCount()
Gets the number of members in the team.
Returns:
getName
public String getName()
Gets name of team.
Returns:
setAadGroupId
public void setAadGroupId(String withAadGroupId)
Sets Azure Active Directory (AAD) Group Id for the team.
Parameters:
setChannelCount
public void setChannelCount(int withChannelCount)
Sets the number of channels in the team.
Parameters:
setId
public void setId(String withId)
Sets unique identifier representing a team.
Parameters:
setMemberCount
public void setMemberCount(int withMemberCount)
Sets the number of members in the team.
Parameters:
setName
public void setName(String withName)
Sets name of team.
Parameters: