Response Class

public class Response extends Identifiable

Defines a response. All schemas that could be returned at the root of a response should inherit from this.

Method Summary

Modifier and Type Method and Description
List<ContractualRulesContractualRule> contractualRules()

Get the contractualRules value.

String webSearchUrl()

Get the webSearchUrl value.

Inherited Members

Method Details

contractualRules

public List contractualRules()

Get the contractualRules value.

Returns:

the contractualRules value

webSearchUrl

public String webSearchUrl()

Get the webSearchUrl value.

Returns:

the webSearchUrl value

Applies to