[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-04-28 UTC."],[],[],null,["# Notification\n\npublic class **Notification** extends Object \nRepresents the notification parameters that can be included in a [Message](/docs/reference/admin/java/reference/com/google/firebase/messaging/Message). Instances\nof this class are thread-safe and immutable. \n\n### Nested Class Summary\n\n|-------|---|---|---|\n| class | [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder) || |\n\n### Public Method Summary\n\n|------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder) | [builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification#builder())() Creates a new [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder). |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| Object | clone() |\n| boolean | equals(Object arg0) |\n| void | finalize() |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public static [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder)\n**builder**\n()\n\nCreates a new [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder). \n\n##### Returns\n\n- A [Notification.Builder](/docs/reference/admin/java/reference/com/google/firebase/messaging/Notification.Builder) instance."]]