Uses of Class
com.tencentcloudapi.ciam.v20220331.models.User
-
Packages that use User Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of User in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return User Modifier and Type Method Description User[]DescribeUserResponse. getContent()Get 用户列表 注意:此字段可能返回 null,表示取不到有效值。User[]ListUserResponse. getContent()Get 用户列表 注意:此字段可能返回 null,表示取不到有效值。UserCreateUserResponse. getUser()Get 创建的用户信息 注意:此字段可能返回 null,表示取不到有效值。UserDescribeUserByIdResponse. getUser()Get 用户信息 注意:此字段可能返回 null,表示取不到有效值。UserUpdateUserResponse. getUser()Get 更新之后的用户信息 注意:此字段可能返回 null,表示取不到有效值。User[]ListUserByPropertyResponse. getUsers()Get 用户列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type User Modifier and Type Method Description voidDescribeUserResponse. setContent(User[] Content)Set 用户列表 注意:此字段可能返回 null,表示取不到有效值。voidListUserResponse. setContent(User[] Content)Set 用户列表 注意:此字段可能返回 null,表示取不到有效值。voidCreateUserResponse. setUser(User User)Set 创建的用户信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeUserByIdResponse. setUser(User User)Set 用户信息 注意:此字段可能返回 null,表示取不到有效值。voidUpdateUserResponse. setUser(User User)Set 更新之后的用户信息 注意:此字段可能返回 null,表示取不到有效值。voidListUserByPropertyResponse. setUsers(User[] Users)Set 用户列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type User Constructor Description User(User 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.
-