Class ContactName.Builder (2.1.11)

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
TypeDescription
ContactName

getContact()

public String getContact()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setContact(String contact)

public ContactName.Builder setContact(String contact)
Parameter
NameDescription
contactString
Returns
TypeDescription
ContactName.Builder

setProject(String project)

public ContactName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
ContactName.Builder