public interface

ChatterUser

implements Serializable
com.salesforce.android.knowledge.core.model.ChatterUser

Class Overview

Represents an administrative user of Salesforce Knowledge. Instances of ChatterUser are used to identify the creating/modifying user for an article in the ArticleDetails.

Summary

Public Methods
abstract String getEmail()
The administrative user's email address.
abstract String getFirstName()
The administrative user's first name.
abstract String getId()
The Salesforce identifier for the user.
abstract String getLastName()
The administrative user's last name.
abstract String getUsername()
The Salesforce username for the administrative user.

Public Methods

public abstract String getEmail ()

The administrative user's email address.

Returns
  • The user's email address.

public abstract String getFirstName ()

The administrative user's first name.

Returns
  • The user's first name.

public abstract String getId ()

The Salesforce identifier for the user. This value is a globally unique identifier for the user within Salesforce.

Returns
  • The user's id.

public abstract String getLastName ()

The administrative user's last name.

Returns
  • The user's last name.

public abstract String getUsername ()

The Salesforce username for the administrative user.

Returns
  • The user's username.