Class AuthenticationRetrieveResponse.Browser.Builder
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.Browser.BuilderA builder for Browser.
-
-
Method Summary
Modifier and Type Method Description final AuthenticationRetrieveResponse.Browser.Builderip(String ip)IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). final AuthenticationRetrieveResponse.Browser.Builderip(Optional<String> ip)IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). final AuthenticationRetrieveResponse.Browser.Builderip(JsonField<String> ip)IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). final AuthenticationRetrieveResponse.Browser.BuilderjavaEnabled(Boolean javaEnabled)Indicates whether the cardholder's browser has the ability to execute Java. final AuthenticationRetrieveResponse.Browser.BuilderjavaEnabled(Boolean javaEnabled)Indicates whether the cardholder's browser has the ability to execute Java. final AuthenticationRetrieveResponse.Browser.BuilderjavaEnabled(Optional<Boolean> javaEnabled)Indicates whether the cardholder's browser has the ability to execute Java. final AuthenticationRetrieveResponse.Browser.BuilderjavaEnabled(JsonField<Boolean> javaEnabled)Indicates whether the cardholder's browser has the ability to execute Java. final AuthenticationRetrieveResponse.Browser.BuilderjavascriptEnabled(Boolean javascriptEnabled)Indicates whether the cardholder's browser has the ability to execute JavaScript. final AuthenticationRetrieveResponse.Browser.BuilderjavascriptEnabled(Boolean javascriptEnabled)Indicates whether the cardholder's browser has the ability to execute JavaScript. final AuthenticationRetrieveResponse.Browser.BuilderjavascriptEnabled(Optional<Boolean> javascriptEnabled)Indicates whether the cardholder's browser has the ability to execute JavaScript. final AuthenticationRetrieveResponse.Browser.BuilderjavascriptEnabled(JsonField<Boolean> javascriptEnabled)Indicates whether the cardholder's browser has the ability to execute JavaScript. final AuthenticationRetrieveResponse.Browser.Builderlanguage(String language)Language of the cardholder's browser as defined in IETF BCP47. final AuthenticationRetrieveResponse.Browser.Builderlanguage(Optional<String> language)Language of the cardholder's browser as defined in IETF BCP47. final AuthenticationRetrieveResponse.Browser.Builderlanguage(JsonField<String> language)Language of the cardholder's browser as defined in IETF BCP47. final AuthenticationRetrieveResponse.Browser.BuildertimeZone(String timeZone)Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. final AuthenticationRetrieveResponse.Browser.BuildertimeZone(Optional<String> timeZone)Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. final AuthenticationRetrieveResponse.Browser.BuildertimeZone(JsonField<String> timeZone)Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. final AuthenticationRetrieveResponse.Browser.BuilderuserAgent(String userAgent)Content of the HTTP user-agent header. final AuthenticationRetrieveResponse.Browser.BuilderuserAgent(Optional<String> userAgent)Content of the HTTP user-agent header. final AuthenticationRetrieveResponse.Browser.BuilderuserAgent(JsonField<String> userAgent)Content of the HTTP user-agent header. final AuthenticationRetrieveResponse.Browser.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.Browser.BuilderputAdditionalProperty(String key, JsonValue value)final AuthenticationRetrieveResponse.Browser.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.Browser.BuilderremoveAdditionalProperty(String key)final AuthenticationRetrieveResponse.Browser.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuthenticationRetrieveResponse.Browserbuild()-
-
Method Detail
-
ip
final AuthenticationRetrieveResponse.Browser.Builder ip(String ip)
IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
-
ip
final AuthenticationRetrieveResponse.Browser.Builder ip(Optional<String> ip)
IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
-
ip
final AuthenticationRetrieveResponse.Browser.Builder ip(JsonField<String> ip)
IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
-
javaEnabled
final AuthenticationRetrieveResponse.Browser.Builder javaEnabled(Boolean javaEnabled)
Indicates whether the cardholder's browser has the ability to execute Java. Maps to EMV 3DS field browserJavaEnabled.
-
javaEnabled
final AuthenticationRetrieveResponse.Browser.Builder javaEnabled(Boolean javaEnabled)
Indicates whether the cardholder's browser has the ability to execute Java. Maps to EMV 3DS field browserJavaEnabled.
-
javaEnabled
final AuthenticationRetrieveResponse.Browser.Builder javaEnabled(Optional<Boolean> javaEnabled)
Indicates whether the cardholder's browser has the ability to execute Java. Maps to EMV 3DS field browserJavaEnabled.
-
javaEnabled
final AuthenticationRetrieveResponse.Browser.Builder javaEnabled(JsonField<Boolean> javaEnabled)
Indicates whether the cardholder's browser has the ability to execute Java. Maps to EMV 3DS field browserJavaEnabled.
-
javascriptEnabled
final AuthenticationRetrieveResponse.Browser.Builder javascriptEnabled(Boolean javascriptEnabled)
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
-
javascriptEnabled
final AuthenticationRetrieveResponse.Browser.Builder javascriptEnabled(Boolean javascriptEnabled)
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
-
javascriptEnabled
final AuthenticationRetrieveResponse.Browser.Builder javascriptEnabled(Optional<Boolean> javascriptEnabled)
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
-
javascriptEnabled
final AuthenticationRetrieveResponse.Browser.Builder javascriptEnabled(JsonField<Boolean> javascriptEnabled)
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
-
language
final AuthenticationRetrieveResponse.Browser.Builder language(String language)
Language of the cardholder's browser as defined in IETF BCP47. Maps to EMV 3DS field browserLanguage.
-
language
final AuthenticationRetrieveResponse.Browser.Builder language(Optional<String> language)
Language of the cardholder's browser as defined in IETF BCP47. Maps to EMV 3DS field browserLanguage.
-
language
final AuthenticationRetrieveResponse.Browser.Builder language(JsonField<String> language)
Language of the cardholder's browser as defined in IETF BCP47. Maps to EMV 3DS field browserLanguage.
-
timeZone
final AuthenticationRetrieveResponse.Browser.Builder timeZone(String timeZone)
Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. The offset is positive if the local time is behind UTC and negative if it is ahead. Maps to EMV 3DS field browserTz.
-
timeZone
final AuthenticationRetrieveResponse.Browser.Builder timeZone(Optional<String> timeZone)
Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. The offset is positive if the local time is behind UTC and negative if it is ahead. Maps to EMV 3DS field browserTz.
-
timeZone
final AuthenticationRetrieveResponse.Browser.Builder timeZone(JsonField<String> timeZone)
Time zone of the cardholder's browser offset in minutes between UTC and the cardholder browser's local time. The offset is positive if the local time is behind UTC and negative if it is ahead. Maps to EMV 3DS field browserTz.
-
userAgent
final AuthenticationRetrieveResponse.Browser.Builder userAgent(String userAgent)
Content of the HTTP user-agent header. Maps to EMV 3DS field browserUserAgent.
-
userAgent
final AuthenticationRetrieveResponse.Browser.Builder userAgent(Optional<String> userAgent)
Content of the HTTP user-agent header. Maps to EMV 3DS field browserUserAgent.
-
userAgent
final AuthenticationRetrieveResponse.Browser.Builder userAgent(JsonField<String> userAgent)
Content of the HTTP user-agent header. Maps to EMV 3DS field browserUserAgent.
-
additionalProperties
final AuthenticationRetrieveResponse.Browser.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationRetrieveResponse.Browser.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationRetrieveResponse.Browser.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationRetrieveResponse.Browser.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationRetrieveResponse.Browser.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationRetrieveResponse.Browser build()
-
-
-
-