Class NotificationConfigName.FolderNotificationConfigBuilder (2.49.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
TypeDescription
NotificationConfigName

getFolder()

public String getFolder()
Returns
TypeDescription
String

getNotificationConfig()

public String getNotificationConfig()
Returns
TypeDescription
String

setFolder(String folder)

public NotificationConfigName.FolderNotificationConfigBuilder setFolder(String folder)
Parameter
NameDescription
folderString
Returns
TypeDescription
NotificationConfigName.FolderNotificationConfigBuilder

setNotificationConfig(String notificationConfig)

public NotificationConfigName.FolderNotificationConfigBuilder setNotificationConfig(String notificationConfig)
Parameter
NameDescription
notificationConfigString
Returns
TypeDescription
NotificationConfigName.FolderNotificationConfigBuilder