public abstract class BadgeDetailHeadViewModel
extends java.lang.Object
BadgeDetailHeadViewModel abstract class identifies the properties related to
information displayed in the header in the Badge Detail View. The header remains static when
viewing the Badge Detail View.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
backgroundColor()
Returns a String of the background color.
|
abstract java.lang.String |
backgroundImageUrl()
Returns a String of the URL of the background image.
|
abstract java.lang.String |
backgroundImageUrlCheckSum()
Returns a String of the checksum of the URL of the background image.
|
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.
|
abstract java.lang.String |
employeeTitle()
Returns a String of the title of the employee.
|
abstract java.lang.String |
profilePhotoChecksum()
Returns a String of the checksum of profile photo.
|
abstract java.lang.String |
profilePhotoUrl()
Returns a String of the URL of the profile photo.
|
abstract boolean |
showGradient()
Returns a boolean that represents whether or not the gradient should be shown on the
background.
|
abstract java.lang.String |
textColor()
Returns a String of the text color.
|
@Nullable public abstract java.lang.String employeeFullName()
null.@Nullable public abstract java.lang.String employeeTitle()
null.@Nullable public abstract java.lang.String textColor()
null.@Nullable public abstract java.lang.String backgroundImageUrl()
null.@Nullable public abstract java.lang.String backgroundImageUrlCheckSum()
null.@Nullable public abstract java.lang.String backgroundColor()
null.public abstract boolean showGradient()
true if the badge requires a profile photo;
false otherwise.@Nullable public abstract java.lang.String profilePhotoChecksum()
null.@Nullable public abstract java.lang.String employeeNameInitial()
null.@Nullable public abstract java.lang.String profilePhotoUrl()
null.