Class ChallengeName.Builder (0.14.0)

public static class ChallengeName.Builder

Builder for projects/{project}/locations/{location}/challenges/{uuid}.

Inheritance

java.lang.Object > ChallengeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ChallengeName build()
Returns
TypeDescription
ChallengeName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getUuid()

public String getUuid()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setUuid(String uuid)

public ChallengeName.Builder setUuid(String uuid)
Parameter
NameDescription
uuidString
Returns
TypeDescription
ChallengeName.Builder