Class WebPropertyName.Builder (0.39.0)

public static class WebPropertyName.Builder

Builder for networks/{network_code}/webProperties/{web_property}.

Inheritance

java.lang.Object > WebPropertyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public WebPropertyName build()
Returns
Type Description
WebPropertyName

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

getWebProperty()

public String getWebProperty()
Returns
Type Description
String

setNetworkCode(String networkCode)

public WebPropertyName.Builder setNetworkCode(String networkCode)
Parameter
Name Description
networkCode String
Returns
Type Description
WebPropertyName.Builder

setWebProperty(String webProperty)

public WebPropertyName.Builder setWebProperty(String webProperty)
Parameter
Name Description
webProperty String
Returns
Type Description
WebPropertyName.Builder