Uses of Class
com.tencentcloudapi.cme.v20191029.models.JoinTeamInfo
-
Packages that use JoinTeamInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of JoinTeamInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return JoinTeamInfo Modifier and Type Method Description JoinTeamInfo[]DescribeJoinTeamsResponse. getTeamSet()Get 团队列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type JoinTeamInfo Modifier and Type Method Description voidDescribeJoinTeamsResponse. setTeamSet(JoinTeamInfo[] TeamSet)Set 团队列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type JoinTeamInfo Constructor Description JoinTeamInfo(JoinTeamInfo 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.
-