Class ChallengeName.Builder (0.29.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
Type Description
ChallengeName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getUuid()

public String getUuid()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setUuid(String uuid)

public ChallengeName.Builder setUuid(String uuid)
Parameter
Name Description
uuid String
Returns
Type Description
ChallengeName.Builder