Class RollupPropertySourceLinkName.Builder (0.55.0)

public static class RollupPropertySourceLinkName.Builder

Builder for properties/{property}/rollupPropertySourceLinks/{rollup_property_source_link}.

Inheritance

java.lang.Object > RollupPropertySourceLinkName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RollupPropertySourceLinkName build()
Returns
Type Description
RollupPropertySourceLinkName

getProperty()

public String getProperty()
Returns
Type Description
String
public String getRollupPropertySourceLink()
Returns
Type Description
String

setProperty(String property)

public RollupPropertySourceLinkName.Builder setProperty(String property)
Parameter
Name Description
property String
Returns
Type Description
RollupPropertySourceLinkName.Builder
public RollupPropertySourceLinkName.Builder setRollupPropertySourceLink(String rollupPropertySourceLink)
Parameter
Name Description
rollupPropertySourceLink String
Returns
Type Description
RollupPropertySourceLinkName.Builder