Class NotificationName.Builder (0.30.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
TypeDescription
NotificationName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNotification()

public String getNotification()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

setLocation(String location)

public NotificationName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NotificationName.Builder

setNotification(String notification)

public NotificationName.Builder setNotification(String notification)
Parameter
NameDescription
notificationString
Returns
TypeDescription
NotificationName.Builder

setOrganization(String organization)

public NotificationName.Builder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
NotificationName.Builder