public class
Notification
extends Object
Represents the notification parameters that can be included in a Message
. Instances
of this class are thread-safe and immutable.
Nested Class Summary
class | Notification.Builder |
Public Method Summary
static Notification.Builder |
builder()
Creates a new
Notification.Builder . |
Inherited Method Summary
Public Methods
public static Notification.Builder builder ()
Creates a new Notification.Builder
.
Returns
- A
Notification.Builder
instance.