Foxit PDF SDK
com.foxit.sdk.IdentityProperties类 参考

Public 成员函数

 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 用户职位。 更多...
 

详细描述

此类表示当前用户的身份属性,用于回调函数 ActionCallback.getIdentityProperties

构造及析构函数说明

◆ 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]

com.foxit.sdk.IdentityProperties.IdentityProperties ( IdentityProperties  id_properities)

构造函数,使用另一个身份属性对象。

参数
[in]id_properities另一个身份属性对象。

成员函数说明

◆ delete()

synchronized void com.foxit.sdk.IdentityProperties.delete ( )

直接清除C++相关资源。

返回
无。
注解
一旦这个接口被调用,这个对象将不能再被使用。

◆ getCorporation()

com.foxit.sdk.IdentityProperties.getCorporation ( )

Get 公司名称。

返回
公司名称。

◆ getDepartment()

com.foxit.sdk.IdentityProperties.getDepartment ( )

Get 部门名称。

返回
部门名称。

◆ getEmail()

com.foxit.sdk.IdentityProperties.getEmail ( )

Get 电子邮件地址。

返回
电子邮件地址。

◆ getFirst_name()

com.foxit.sdk.IdentityProperties.getFirst_name ( )

Get 用户名字。

返回
用户名字。

◆ getLast_name()

com.foxit.sdk.IdentityProperties.getLast_name ( )

Get 用户姓氏。

返回
用户姓氏。

◆ getLogin_name()

com.foxit.sdk.IdentityProperties.getLogin_name ( )

Get 登录名称。通常是用于登录当前操作系统的名称。

返回
登录名称。通常是用于登录当前操作系统的名称。

◆ getName()

com.foxit.sdk.IdentityProperties.getName ( )

Get 用户名称。

返回
用户名称。

◆ getTitle()

com.foxit.sdk.IdentityProperties.getTitle ( )

Get 用户职位。

返回
用户职位。

◆ 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)

Set 公司名称。

参数
[in]value公司名称。
返回
None.

◆ setDepartment()

com.foxit.sdk.IdentityProperties.setDepartment ( String  value)

Set 部门名称。

参数
[in]value部门名称。
返回
None.

◆ setEmail()

com.foxit.sdk.IdentityProperties.setEmail ( String  value)

Set 电子邮件地址。

参数
[in]value电子邮件地址。
返回
None.

◆ setFirst_name()

com.foxit.sdk.IdentityProperties.setFirst_name ( String  value)

Set 用户名字。

参数
[in]value用户名字。
返回
None.

◆ setLast_name()

com.foxit.sdk.IdentityProperties.setLast_name ( String  value)

Set 用户姓氏。

参数
[in]value用户姓氏。
返回
None.

◆ setLogin_name()

com.foxit.sdk.IdentityProperties.setLogin_name ( String  value)

Set 登录名称。通常是用于登录当前操作系统的名称。

参数
[in]value登录名称。通常是用于登录当前操作系统的名称。
返回
None.

◆ setName()

com.foxit.sdk.IdentityProperties.setName ( String  value)

Set 用户名称。

参数
[in]value用户名称。
返回
None.

◆ setTitle()

com.foxit.sdk.IdentityProperties.setTitle ( String  value)

Set 用户职位。

参数
[in]value用户职位。
返回
None.