public class TermsOfUse
extends java.lang.Object
Client.requestTermsOfUse()| Constructor and Description |
|---|
TermsOfUse(java.util.Map<java.util.Locale,java.lang.String> textByLanguage,
java.time.ZonedDateTime lastChanged)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.time.ZonedDateTime |
getLastChanged()
Returns the timestamp of the last change of the usage terms.
|
java.util.Map<java.util.Locale,java.lang.String> |
getTextByLanguage()
Returns
Map with the usage terms text by language. |
public TermsOfUse(java.util.Map<java.util.Locale,java.lang.String> textByLanguage,
java.time.ZonedDateTime lastChanged)
lastChanged - the timestamp of the last change of the usage terms.textByLanguage - A Map for the usage terms text by language. The language is specified as Locale.public java.time.ZonedDateTime getLastChanged()
public java.util.Map<java.util.Locale,java.lang.String> getTextByLanguage()
Map with the usage terms text by language. The language is specified as Locale.Map with the usage terms text by language.