public static class NotificationName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NotificationName |
build() |
String |
getLocation() |
String |
getNotification() |
String |
getOrganization() |
NotificationName.Builder |
setLocation(String location) |
NotificationName.Builder |
setNotification(String notification) |
NotificationName.Builder |
setOrganization(String organization) |
public String getOrganization()
public String getLocation()
public String getNotification()
public NotificationName.Builder setOrganization(String organization)
public NotificationName.Builder setLocation(String location)
public NotificationName.Builder setNotification(String notification)
public NotificationName build()
Copyright © 2023 Google LLC. All rights reserved.