Class NotificationChannelName.Builder (3.3.6)

public static class NotificationChannelName.Builder

Builder for projects/{project}/notificationChannels/{notification_channel}.

Inheritance

java.lang.Object > NotificationChannelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationChannelName build()
Returns
TypeDescription
NotificationChannelName

getNotificationChannel()

public String getNotificationChannel()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setNotificationChannel(String notificationChannel)

public NotificationChannelName.Builder setNotificationChannel(String notificationChannel)
Parameter
NameDescription
notificationChannelString
Returns
TypeDescription
NotificationChannelName.Builder

setProject(String project)

public NotificationChannelName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NotificationChannelName.Builder