Class AdSenseLinkName.Builder (0.52.0)

public static class AdSenseLinkName.Builder

Builder for properties/{property}/adSenseLinks/{adsense_link}.

Inheritance

java.lang.Object > AdSenseLinkName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AdSenseLinkName build()
Returns
Type Description
AdSenseLinkName
public String getAdsenseLink()
Returns
Type Description
String

getProperty()

public String getProperty()
Returns
Type Description
String
public AdSenseLinkName.Builder setAdsenseLink(String adsenseLink)
Parameter
Name Description
adsenseLink String
Returns
Type Description
AdSenseLinkName.Builder

setProperty(String property)

public AdSenseLinkName.Builder setProperty(String property)
Parameter
Name Description
property String
Returns
Type Description
AdSenseLinkName.Builder