Class NotificationName.Builder (0.31.0)

public static class NotificationName.Builder

Builder for organizations/{organization}/locations/{location}/notifications/{notification}.

Inheritance

java.lang.Object > NotificationName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationName build()
Returns
Type Description
NotificationName

getLocation()

public String getLocation()
Returns
Type Description
String

getNotification()

public String getNotification()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setLocation(String location)

public NotificationName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
NotificationName.Builder

setNotification(String notification)

public NotificationName.Builder setNotification(String notification)
Parameter
Name Description
notification String
Returns
Type Description
NotificationName.Builder

setOrganization(String organization)

public NotificationName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
NotificationName.Builder