Class PostureName.Builder (0.8.0)

public static class PostureName.Builder

Builder for organizations/{organization}/locations/{location}/postures/{posture}.

Inheritance

java.lang.Object > PostureName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PostureName build()
Returns
Type Description
PostureName

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getPosture()

public String getPosture()
Returns
Type Description
String

setLocation(String location)

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

setOrganization(String organization)

public PostureName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
PostureName.Builder

setPosture(String posture)

public PostureName.Builder setPosture(String posture)
Parameter
Name Description
posture String
Returns
Type Description
PostureName.Builder