Localized

public final class Localized

Container for localized address information.

Parameters

links

Keyed by the language, a map of links to the property’s localized address(es) based on the primary language(s) spoken in the property’s country. Only languages supported by the Rapid API are provided.

Constructors

Link copied to clipboard
public Localized Localized(Map<String, Link> links)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Map<String, Link> links

Functions

Link copied to clipboard
public final static Localized.Builder builder()
Link copied to clipboard
public final Map<String, Link> getLinks()