Class NotificationDescription.Builder

Enclosing class:
NotificationDescription

public static class NotificationDescription.Builder extends NotificationDescription.Init<NotificationDescription.Builder>
This class can be used to construct an instance of the NotificationDescription class using the builder pattern.
Usage example: NotificationDescription description = new NotificationDescription.Builder().message("some message").build();