Foxit PDF SDK
|
Public Member Functions | |
IdentityProperties () | |
Constructor. | |
IdentityProperties (IdentityProperties id_properities) | |
Constructor, with another identity properties object. More... | |
IdentityProperties (String corporation, String email, String login_name, String name, String first_name, String last_name, String title, String department) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
String | getCorporation () |
Get the corporation name. More... | |
String | getDepartment () |
Get the department name. More... | |
String | getEmail () |
Get the email address. More... | |
String | getFirst_name () |
Get the user first name. More... | |
String | getLast_name () |
Get the user last name. More... | |
String | getLogin_name () |
Get the login name. More... | |
String | getName () |
Get the user name. More... | |
String | getTitle () |
Get the user title. More... | |
void | set (String corporation, String email, String login_name, String name, String first_name, String last_name, String title, String department) |
Set values. More... | |
void | setCorporation (String value) |
Set the corporation name. More... | |
void | setDepartment (String value) |
Set the department name. More... | |
void | setEmail (String value) |
Set the email address. More... | |
void | setFirst_name (String value) |
Set the user first name. More... | |
void | setLast_name (String value) |
Set the user last name. More... | |
void | setLogin_name (String value) |
Set the login name. More... | |
void | setName (String value) |
Set the user name. More... | |
void | setTitle (String value) |
Set the user title. More... | |
This class represents identity properties of current user, and is used for callback function ActionCallback.getIdentityProperties .
com.foxit.sdk.IdentityProperties.IdentityProperties | ( | String | corporation, |
String | email, | ||
String | login_name, | ||
String | name, | ||
String | first_name, | ||
String | last_name, | ||
String | title, | ||
String | department | ||
) |
Constructor, with parameters.
[in] | corporation | The corporation name. |
[in] | The email address. | |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The user last name. |
[in] | title | The user title. |
[in] | department | The department name. |
com.foxit.sdk.IdentityProperties.IdentityProperties | ( | IdentityProperties | id_properities | ) |
Constructor, with another identity properties object.
[in] | id_properities | Another identity properties object. |
synchronized void com.foxit.sdk.IdentityProperties.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.IdentityProperties.getCorporation | ( | ) |
Get the corporation name.
com.foxit.sdk.IdentityProperties.getDepartment | ( | ) |
Get the department name.
com.foxit.sdk.IdentityProperties.getEmail | ( | ) |
Get the email address.
com.foxit.sdk.IdentityProperties.getFirst_name | ( | ) |
Get the user first name.
com.foxit.sdk.IdentityProperties.getLast_name | ( | ) |
Get the user last name.
com.foxit.sdk.IdentityProperties.getLogin_name | ( | ) |
Get the login name.
com.foxit.sdk.IdentityProperties.getName | ( | ) |
Get the user name.
com.foxit.sdk.IdentityProperties.getTitle | ( | ) |
Get the user title.
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 | ||
) |
Set values.
[in] | corporation | The corporation name. |
[in] | The email address. | |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The uesr last name. |
[in] | title | The user title. |
[in] | department | The department name. |
com.foxit.sdk.IdentityProperties.setCorporation | ( | String | value | ) |
Set the corporation name.
[in] | value | The corporation name. |
com.foxit.sdk.IdentityProperties.setDepartment | ( | String | value | ) |
Set the department name.
[in] | value | The department name. |
com.foxit.sdk.IdentityProperties.setEmail | ( | String | value | ) |
Set the email address.
[in] | value | The email address. |
com.foxit.sdk.IdentityProperties.setFirst_name | ( | String | value | ) |
Set the user first name.
[in] | value | The user first name. |
com.foxit.sdk.IdentityProperties.setLast_name | ( | String | value | ) |
Set the user last name.
[in] | value | The user last name. |
com.foxit.sdk.IdentityProperties.setLogin_name | ( | String | value | ) |
Set the login name.
[in] | value | The login name. Usually, this is the name used to log in current operating system. |
com.foxit.sdk.IdentityProperties.setName | ( | String | value | ) |
Set the user name.
[in] | value | The user name. |
com.foxit.sdk.IdentityProperties.setTitle | ( | String | value | ) |
Set the user title.
[in] | value | The user title. |