public static class NotificationChannelName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannelName |
build() |
String |
getNotificationChannel() |
String |
getProject() |
NotificationChannelName.Builder |
setNotificationChannel(String notificationChannel) |
NotificationChannelName.Builder |
setProject(String project) |
public String getProject()
public String getNotificationChannel()
public NotificationChannelName.Builder setProject(String project)
public NotificationChannelName.Builder setNotificationChannel(String notificationChannel)
public NotificationChannelName build()
Copyright © 2023 Google LLC. All rights reserved.