Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.AuthorizedUser
-
Packages that use AuthorizedUser Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of AuthorizedUser in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return AuthorizedUser Modifier and Type Method Description AuthorizedUser[]
OccupiedSeal. getAuthorizedUsers()
Get 授权人列表Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type AuthorizedUser Modifier and Type Method Description void
OccupiedSeal. setAuthorizedUsers(AuthorizedUser[] AuthorizedUsers)
Set 授权人列表Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type AuthorizedUser Constructor Description AuthorizedUser(AuthorizedUser 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.
-