Class NotificationConfigName.FolderNotificationConfigBuilder (2.50.0)

public static class NotificationConfigName.FolderNotificationConfigBuilder

Builder for folders/{folder}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.FolderNotificationConfigBuilder

Constructors

FolderNotificationConfigBuilder()

protected FolderNotificationConfigBuilder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getFolder()

public String getFolder()
Returns
Type Description
String

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

setFolder(String folder)

public NotificationConfigName.FolderNotificationConfigBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
NotificationConfigName.FolderNotificationConfigBuilder

setNotificationConfig(String notificationConfig)

public NotificationConfigName.FolderNotificationConfigBuilder setNotificationConfig(String notificationConfig)
Parameter
Name Description
notificationConfig String
Returns
Type Description
NotificationConfigName.FolderNotificationConfigBuilder