Class AuthenticationRetrieveResponse.AdditionalData.Builder
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.AdditionalData.BuilderA builder for AdditionalData.
-
-
Method Summary
Modifier and Type Method Description final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkDecision(AuthenticationRetrieveResponse.AdditionalData.NetworkDecision networkDecision)Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkDecision(Optional<AuthenticationRetrieveResponse.AdditionalData.NetworkDecision> networkDecision)Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkDecision(JsonField<AuthenticationRetrieveResponse.AdditionalData.NetworkDecision> networkDecision)Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkRiskScore(Long networkRiskScore)Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkRiskScore(Long networkRiskScore)Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkRiskScore(Optional<Long> networkRiskScore)Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. final AuthenticationRetrieveResponse.AdditionalData.BuildernetworkRiskScore(JsonField<Long> networkRiskScore)Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. final AuthenticationRetrieveResponse.AdditionalData.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.AdditionalData.BuilderputAdditionalProperty(String key, JsonValue value)final AuthenticationRetrieveResponse.AdditionalData.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.AdditionalData.BuilderremoveAdditionalProperty(String key)final AuthenticationRetrieveResponse.AdditionalData.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuthenticationRetrieveResponse.AdditionalDatabuild()-
-
Method Detail
-
networkDecision
final AuthenticationRetrieveResponse.AdditionalData.Builder networkDecision(AuthenticationRetrieveResponse.AdditionalData.NetworkDecision networkDecision)
Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.
-
networkDecision
final AuthenticationRetrieveResponse.AdditionalData.Builder networkDecision(Optional<AuthenticationRetrieveResponse.AdditionalData.NetworkDecision> networkDecision)
Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.
-
networkDecision
final AuthenticationRetrieveResponse.AdditionalData.Builder networkDecision(JsonField<AuthenticationRetrieveResponse.AdditionalData.NetworkDecision> networkDecision)
Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.
-
networkRiskScore
final AuthenticationRetrieveResponse.AdditionalData.Builder networkRiskScore(Long networkRiskScore)
Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk.
-
networkRiskScore
final AuthenticationRetrieveResponse.AdditionalData.Builder networkRiskScore(Long networkRiskScore)
Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk.
-
networkRiskScore
final AuthenticationRetrieveResponse.AdditionalData.Builder networkRiskScore(Optional<Long> networkRiskScore)
Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk.
-
networkRiskScore
final AuthenticationRetrieveResponse.AdditionalData.Builder networkRiskScore(JsonField<Long> networkRiskScore)
Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk.
-
additionalProperties
final AuthenticationRetrieveResponse.AdditionalData.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationRetrieveResponse.AdditionalData.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationRetrieveResponse.AdditionalData.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationRetrieveResponse.AdditionalData.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationRetrieveResponse.AdditionalData.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationRetrieveResponse.AdditionalData build()
-
-
-
-