|
|
| IdentityProperties () |
| | 构造函数。
|
| |
| | IdentityProperties (String corporation, String email, String login_name, String name, String first_name, String last_name, String title, String department) |
| | 构造函数,带参数。 更多...
|
| |
| | IdentityProperties (IdentityProperties id_properities) |
| | 构造函数,使用另一个身份属性对象。 更多...
|
| |
| synchronized void | delete () |
| | 直接清除C++相关资源。 更多...
|
| |
| String | getCorporation () |
| | Get 公司名称。 更多...
|
| |
| String | getDepartment () |
| | Get 部门名称。 更多...
|
| |
| String | getEmail () |
| | Get 电子邮件地址。 更多...
|
| |
| String | getFirst_name () |
| | Get 用户名字。 更多...
|
| |
| String | getLast_name () |
| | Get 用户姓氏。 更多...
|
| |
| String | getLogin_name () |
| | Get 登录名称。通常是用于登录当前操作系统的名称。 更多...
|
| |
| String | getName () |
| | Get 用户名称。 更多...
|
| |
| String | getTitle () |
| | Get 用户职位。 更多...
|
| |
| void | set (String corporation, String email, String login_name, String name, String first_name, String last_name, String title, String department) |
| | 设置值。 更多...
|
| |
| void | setCorporation (String value) |
| | Set 公司名称。 更多...
|
| |
| void | setDepartment (String value) |
| | Set 部门名称。 更多...
|
| |
| void | setEmail (String value) |
| | Set 电子邮件地址。 更多...
|
| |
| void | setFirst_name (String value) |
| | Set 用户名字。 更多...
|
| |
| void | setLast_name (String value) |
| | Set 用户姓氏。 更多...
|
| |
| void | setLogin_name (String value) |
| | Set 登录名称。通常是用于登录当前操作系统的名称。 更多...
|
| |
| void | setName (String value) |
| | Set 用户名称。 更多...
|
| |
| void | setTitle (String value) |
| | Set 用户职位。 更多...
|
| |
◆ IdentityProperties() [1/2]
| com.foxit.sdk.IdentityProperties.IdentityProperties |
( |
String |
corporation, |
|
|
String |
email, |
|
|
String |
login_name, |
|
|
String |
name, |
|
|
String |
first_name, |
|
|
String |
last_name, |
|
|
String |
title, |
|
|
String |
department |
|
) |
| |
构造函数,带参数。
- 参数
-
| [in] | corporation | 公司名称。 |
| [in] | email | 电子邮件地址。 |
| [in] | login_name | 登录名称。通常是用于登录当前操作系统的名称。 |
| [in] | name | 用户名称。 |
| [in] | first_name | 用户名字。 |
| [in] | last_name | 用户姓氏。 |
| [in] | title | 用户职位。 |
| [in] | department | 部门名称。 |
◆ IdentityProperties() [2/2]
构造函数,使用另一个身份属性对象。
- 参数
-
| [in] | id_properities | 另一个身份属性对象。 |
◆ delete()
| synchronized void com.foxit.sdk.IdentityProperties.delete |
( |
| ) |
|
直接清除C++相关资源。
- 返回
- 无。
- 注解
- 一旦这个接口被调用,这个对象将不能再被使用。
◆ getCorporation()
| com.foxit.sdk.IdentityProperties.getCorporation |
( |
| ) |
|
◆ getDepartment()
| com.foxit.sdk.IdentityProperties.getDepartment |
( |
| ) |
|
◆ getEmail()
| com.foxit.sdk.IdentityProperties.getEmail |
( |
| ) |
|
◆ getFirst_name()
| com.foxit.sdk.IdentityProperties.getFirst_name |
( |
| ) |
|
◆ getLast_name()
| com.foxit.sdk.IdentityProperties.getLast_name |
( |
| ) |
|
◆ getLogin_name()
| com.foxit.sdk.IdentityProperties.getLogin_name |
( |
| ) |
|
Get 登录名称。通常是用于登录当前操作系统的名称。
- 返回
- 登录名称。通常是用于登录当前操作系统的名称。
◆ getName()
| com.foxit.sdk.IdentityProperties.getName |
( |
| ) |
|
◆ getTitle()
| com.foxit.sdk.IdentityProperties.getTitle |
( |
| ) |
|
◆ set()
| void com.foxit.sdk.IdentityProperties.set |
( |
String |
corporation, |
|
|
String |
email, |
|
|
String |
login_name, |
|
|
String |
name, |
|
|
String |
first_name, |
|
|
String |
last_name, |
|
|
String |
title, |
|
|
String |
department |
|
) |
| |
设置值。
- 参数
-
| [in] | corporation | 公司名称。 |
| [in] | email | 电子邮件地址。 |
| [in] | login_name | 登录名称。通常是用于登录当前操作系统的名称。 |
| [in] | name | 用户名称。 |
| [in] | first_name | 用户名字。 |
| [in] | last_name | 用户姓氏。 |
| [in] | title | 用户职位。 |
| [in] | department | 部门名称。 |
- 返回
- 无返回值。
◆ setCorporation()
| com.foxit.sdk.IdentityProperties.setCorporation |
( |
String |
value | ) |
|
◆ setDepartment()
| com.foxit.sdk.IdentityProperties.setDepartment |
( |
String |
value | ) |
|
◆ setEmail()
| com.foxit.sdk.IdentityProperties.setEmail |
( |
String |
value | ) |
|
◆ setFirst_name()
| com.foxit.sdk.IdentityProperties.setFirst_name |
( |
String |
value | ) |
|
◆ setLast_name()
| com.foxit.sdk.IdentityProperties.setLast_name |
( |
String |
value | ) |
|
◆ setLogin_name()
| com.foxit.sdk.IdentityProperties.setLogin_name |
( |
String |
value | ) |
|
Set 登录名称。通常是用于登录当前操作系统的名称。
- 参数
-
| [in] | value | 登录名称。通常是用于登录当前操作系统的名称。 |
- 返回
- None.
◆ setName()
| com.foxit.sdk.IdentityProperties.setName |
( |
String |
value | ) |
|
◆ setTitle()
| com.foxit.sdk.IdentityProperties.setTitle |
( |
String |
value | ) |
|