Uses of Class
com.tencentcloudapi.ess.v20201111.models.UnbindEmployeeUserIdWithClientOpenIdRequest
-
Packages that use UnbindEmployeeUserIdWithClientOpenIdRequest Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of UnbindEmployeeUserIdWithClientOpenIdRequest in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 with parameters of type UnbindEmployeeUserIdWithClientOpenIdRequest Modifier and Type Method Description UnbindEmployeeUserIdWithClientOpenIdResponse
EssClient. UnbindEmployeeUserIdWithClientOpenId(UnbindEmployeeUserIdWithClientOpenIdRequest req)
此接口(UnbindEmployeeUserIdWithClientOpenId)用于解除电子签系统员工UserId与客户系统员工OpenId之间的绑定关系。 注:`在调用此接口时,需确保OpenId已通过调用`BindEmployeeUserIdWithClientOpenId`接口与电子签系统的UserId绑定过。若OpenId未经过绑定,则无法使用此接口进行解绑操作。` -
Uses of UnbindEmployeeUserIdWithClientOpenIdRequest in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type UnbindEmployeeUserIdWithClientOpenIdRequest Constructor Description UnbindEmployeeUserIdWithClientOpenIdRequest(UnbindEmployeeUserIdWithClientOpenIdRequest 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.
-