public abstract class BadgeUIEntity
extends java.lang.Object
BadgeUIEntity abstract class wraps various attributes about the presentation of a
badge, including organization name, employee name, and employee title, among others.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROFILE_IMAGE_URL
The URL base for the image URL.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
defaultEnrolledPhoneNumber()
Returns a String of the default enrolled mobile phone number.
|
abstract java.lang.String |
emailAddress()
Returns a String of the email address of the employee.
|
abstract java.lang.String |
employeeFullName()
Returns a String of the full name of the employee.
|
abstract java.lang.String |
employeeNameInitial()
Returns a String of the initials of the employee name.
|
abstract java.lang.String |
employeeTitle()
Returns a String of the title of the employee.
|
static java.lang.String |
imageUrl(int senderBadgeId)
Returns a String of the full image URL.
|
abstract java.lang.String |
orgName()
Returns a String of the name of the organization.
|
abstract java.lang.String |
profilePhotoChecksum()
Returns a String of the checksum of the profile photo.
|
abstract java.lang.String |
profilePhotoUrl()
Returns a String of the URL of the profile photo.
|
java.lang.String |
toString()
Returns a String of the full name of the employee.
|
public static final java.lang.String PROFILE_IMAGE_URL
public static java.lang.String imageUrl(int senderBadgeId)
senderBadgeId - the identification number of the badge for which the image is requested@Nullable public abstract java.lang.String defaultEnrolledPhoneNumber()
null.@Nullable public abstract java.lang.String profilePhotoUrl()
null.@Nullable public abstract java.lang.String profilePhotoChecksum()
null.@Nullable public abstract java.lang.String employeeNameInitial()
null.@Nullable public abstract java.lang.String orgName()
null.@Nullable public abstract java.lang.String employeeFullName()
null.@Nullable public abstract java.lang.String employeeTitle()
null.@Nullable public abstract java.lang.String emailAddress()
null.@Nullable public java.lang.String toString()
null.toString in class java.lang.Object