Class PostureName.Builder (0.2.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
TypeDescription
PostureName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getPosture()

public String getPosture()
Returns
TypeDescription
String

setLocation(String location)

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

setOrganization(String organization)

public PostureName.Builder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
PostureName.Builder

setPosture(String posture)

public PostureName.Builder setPosture(String posture)
Parameter
NameDescription
postureString
Returns
TypeDescription
PostureName.Builder