public abstract static class InboxEntity.SenderEntity
extends java.lang.Object
InboxEntity.SenderEntity abstract class wraps various properties related to the sender of an
InboxEntity, including badge ID, name, and title, among others.| Modifier and Type | Method and Description |
|---|---|
abstract int |
badgeId()
Returns an int of the identification number of the badge.
|
abstract java.lang.String |
imageUrl()
Returns a String of the URL of the profile photo of the sender.
|
abstract java.lang.String |
initial()
Returns a String of the initials of the sender.
|
abstract java.lang.String |
name()
Returns a String of the name of the sender.
|
abstract java.lang.String |
orgName()
Returns a String of the name of the organization.
|
abstract java.lang.String |
title()
Returns a String of the title of the sender.
|
public abstract int badgeId()
public abstract java.lang.String name()
public abstract java.lang.String initial()
public abstract java.lang.String imageUrl()
@Nullable public abstract java.lang.String orgName()
null.@Nullable public abstract java.lang.String title()
null.