com.foxit.sdk.IdentityProperties Class Reference

Public Member Functions

 IdentityProperties ()
 Constructor.

 
 IdentityProperties (String corporation, String email, String login_name, String name)
 Constructor, with parameters.
More...
 
 IdentityProperties (IdentityProperties id_properities)
 Constructor, with another identity properties object.
More...
 
String getCorporation ()
 Get the corporation name. More...
 
String getEmail ()
 Get the email address. More...
 
String getLogin_name ()
 Get the login name. More...
 
String getName ()
 Get the user name. More...
 
void set (String corporation, String email, String login_name, String name)
 Set values.
More...
 
void setCorporation (String value)
 Set the corporation name. More...
 
void setEmail (String value)
 Set the email address. More...
 
void setLogin_name (String value)
 Set the login name. More...
 
void setName (String value)
 Set the user name. More...
 

Detailed Description

This class represents identity properties of current user, and is used for callback function ActionCallback.getIdentityProperties .

Constructor & Destructor Documentation

◆ IdentityProperties() [1/2]

com.foxit.sdk.IdentityProperties.IdentityProperties ( String  corporation,
String  email,
String  login_name,
String  name 
)

Constructor, with parameters.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.

◆ IdentityProperties() [2/2]

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

Constructor, with another identity properties object.

Parameters
[in]id_properitiesAnother identity properties object.

Member Function Documentation

◆ getCorporation()

com.foxit.sdk.IdentityProperties.getCorporation ( )

Get the corporation name.

Returns
The corporation name.

◆ getEmail()

com.foxit.sdk.IdentityProperties.getEmail ( )

Get the email address.

Returns
The email address.

◆ getLogin_name()

com.foxit.sdk.IdentityProperties.getLogin_name ( )

Get the login name.

Returns
The login name. Usually, this is the name used to log in current operating system.

◆ getName()

com.foxit.sdk.IdentityProperties.getName ( )

Get the user name.

Returns
The user name.

◆ set()

void com.foxit.sdk.IdentityProperties.set ( String  corporation,
String  email,
String  login_name,
String  name 
)

Set values.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.
Returns
None.

◆ setCorporation()

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

Set the corporation name.

Parameters
[in]valueThe corporation name.
Returns
None.

◆ setEmail()

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

Set the email address.

Parameters
[in]valueThe email address.
Returns
None.

◆ setLogin_name()

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

Set the login name.

Parameters
[in]valueThe login name. Usually, this is the name used to log in current operating system.
Returns
None.

◆ setName()

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

Set the user name.

Parameters
[in]valueThe user name.
Returns
None.