Class PropertyName.Builder (0.35.0)

public static class PropertyName.Builder

Builder for properties/{propertyId}.

Inheritance

java.lang.Object > PropertyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PropertyName build()
Returns
Type Description
PropertyName

getPropertyId()

public String getPropertyId()
Returns
Type Description
String

setPropertyId(String propertyId)

public PropertyName.Builder setPropertyId(String propertyId)
Parameter
Name Description
propertyId String
Returns
Type Description
PropertyName.Builder