This class represents identity properties of current user, and is used for callback function ActionCallback::getIdentityProperties.
◆ IdentityProperties() [1/2]
com.foxit.sdk.IdentityProperties.IdentityProperties |
( |
String |
corporation, |
|
|
String |
email, |
|
|
String |
login_name, |
|
|
String |
name |
|
) |
| |
Constructor, with parameters.
- Parameters
-
corporation | The corporation name.
|
email | The email address.
|
login_name | The login name. Usually, this is the name used to log in current operating system.
|
name | The user name. |
◆ IdentityProperties() [2/2]
◆ 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
-
corporation | The corporation name.
|
email | The email address.
|
login_name | The login name. Usually, this is the name used to log in current operating system.
|
name | The user name.
|
- Returns
- None.
◆ setCorporation()
com.foxit.sdk.IdentityProperties.setCorporation |
( |
String |
value | ) |
|
Set the corporation name.
- Parameters
-
[in] | corporation | The corporation name.
|
- Returns
- None.
◆ setEmail()
com.foxit.sdk.IdentityProperties.setEmail |
( |
String |
value | ) |
|
Set the email address.
- Parameters
-
[in] | email | The email address.
|
- Returns
- None.
◆ setLogin_name()
com.foxit.sdk.IdentityProperties.setLogin_name |
( |
String |
value | ) |
|
Set the login name.
- Parameters
-
[in] | login_name | The 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
-
- Returns
- None.