Class ContentBundleName.Builder (0.39.0)

public static class ContentBundleName.Builder

Builder for networks/{network_code}/contentBundles/{content_bundle}.

Inheritance

java.lang.Object > ContentBundleName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContentBundleName build()
Returns
Type Description
ContentBundleName

getContentBundle()

public String getContentBundle()
Returns
Type Description
String

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

setContentBundle(String contentBundle)

public ContentBundleName.Builder setContentBundle(String contentBundle)
Parameter
Name Description
contentBundle String
Returns
Type Description
ContentBundleName.Builder

setNetworkCode(String networkCode)

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