ContractualRulesTextAttribution Class

public class ContractualRulesTextAttribution extends ContractualRulesAttribution

Defines a contractual rule for text attribution.

Method Summary

Modifier and Type Method and Description
Boolean optionalForListDisplay()

Get the optionalForListDisplay value.

String text()

Get the text value.

ContractualRulesTextAttribution withText(String text)

Set the text value.

Inherited Members

Method Details

optionalForListDisplay

public Boolean optionalForListDisplay()

Get the optionalForListDisplay value.

Returns:

the optionalForListDisplay value

text

public String text()

Get the text value.

Returns:

the text value

withText

public ContractualRulesTextAttribution withText(String text)

Set the text value.

Parameters:

text - the text value to set

Returns:

the ContractualRulesTextAttribution object itself.

Applies to