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 IdentityProperties.
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
corporationThe corporation name.
emailThe email address.
login_nameThe login name. Usually, this is the name used to log in current operating system.
nameThe user name.

◆ IdentityProperties() [2/2]

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

Constructor, with another IdentityProperties.

Parameters
id_properitiesAnother IdentityProperties 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
corporationThe corporation name.
emailThe email address.
login_nameThe login name. Usually, this is the name used to log in current operating system.
nameThe user name.
Returns
None.

◆ setCorporation()

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

Set the corporation name.

Parameters
[in]corporationThe corporation name.
Returns
None.

◆ setEmail()

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

Set the email address.

Parameters
[in]emailThe email address.
Returns
None.

◆ setLogin_name()

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

Set the login name.

Parameters
[in]login_nameThe 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]nameThe user name.
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.