Class ContentLabelName.Builder (0.39.0)

public static class ContentLabelName.Builder

Builder for networks/{network_code}/contentLabels/{content_label}.

Inheritance

java.lang.Object > ContentLabelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContentLabelName build()
Returns
Type Description
ContentLabelName

getContentLabel()

public String getContentLabel()
Returns
Type Description
String

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

setContentLabel(String contentLabel)

public ContentLabelName.Builder setContentLabel(String contentLabel)
Parameter
Name Description
contentLabel String
Returns
Type Description
ContentLabelName.Builder

setNetworkCode(String networkCode)

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