Class ContactName.Builder (2.43.0)

public static class ContactName.Builder

Builder for projects/{project}/contacts/{contact}.

Inheritance

java.lang.Object > ContactName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContactName build()
Returns
Type Description
ContactName

getContact()

public String getContact()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setContact(String contact)

public ContactName.Builder setContact(String contact)
Parameter
Name Description
contact String
Returns
Type Description
ContactName.Builder

setProject(String project)

public ContactName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ContactName.Builder