Uses of Class
com.tencentcloudapi.cme.v20191029.models.TeamInfo
-
Packages that use TeamInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of TeamInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return TeamInfo Modifier and Type Method Description TeamInfo[]DescribeTeamsResponse. getTeamSet()Get 团队列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type TeamInfo Modifier and Type Method Description voidDescribeTeamsResponse. setTeamSet(TeamInfo[] TeamSet)Set 团队列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type TeamInfo Constructor Description TeamInfo(TeamInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-