@ConsumerType public abstract class InboxNotification extends Object implements Serializable
| Constructor and Description |
|---|
InboxNotification() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAssignee() |
abstract String |
getContentPath() |
abstract String |
getInstructions() |
abstract String |
getMessage() |
abstract String[] |
getNotificationActions()
Gets the notification's actions.
|
abstract String |
getTitle() |
abstract void |
setAssignee(String assignee)
Sets the assignee.
|
abstract void |
setContentPath(String contentPath)
Sets the content path.
|
abstract void |
setInstructions(String instructions)
Sets the notification's instructions.
|
abstract void |
setMessage(String message)
Sets the message.
|
abstract void |
setNotificationActions(String... notificationActions)
Sets the notification's actions.
|
abstract void |
setTitle(String title)
Sets the notification title.
|
public abstract String getTitle()
public abstract void setTitle(String title)
title - the titlepublic abstract String getContentPath()
public abstract void setContentPath(String contentPath)
contentPath - the content pathpublic abstract String getAssignee()
public abstract void setAssignee(String assignee)
assignee - the principal name of the notification recipientpublic abstract String getMessage()
public abstract void setMessage(String message)
message - the message.public abstract String[] getNotificationActions()
public abstract void setNotificationActions(String... notificationActions)
notificationActions - the notification's actions.public abstract String getInstructions()
public abstract void setInstructions(String instructions)
instructions - the instructions.Copyright © 2013–2020 Adobe. All rights reserved.