Class ContentName.Builder (0.39.0)

public static class ContentName.Builder

Builder for networks/{network_code}/content/{content}.

Inheritance

java.lang.Object > ContentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContentName build()
Returns
Type Description
ContentName

getContent()

public String getContent()
Returns
Type Description
String

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

setContent(String content)

public ContentName.Builder setContent(String content)
Parameter
Name Description
content String
Returns
Type Description
ContentName.Builder

setNetworkCode(String networkCode)

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