Class AuthenticationRetrieveResponse.Builder
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.BuilderA builder for AuthenticationRetrieveResponse.
-
-
Method Summary
Modifier and Type Method Description final AuthenticationRetrieveResponse.Buildertoken(String token)Globally unique identifier for the 3DS authentication. final AuthenticationRetrieveResponse.Buildertoken(JsonField<String> token)Globally unique identifier for the 3DS authentication. final AuthenticationRetrieveResponse.BuilderaccountType(AuthenticationRetrieveResponse.AccountType accountType)Type of account/card that is being used for the transaction. final AuthenticationRetrieveResponse.BuilderaccountType(Optional<AuthenticationRetrieveResponse.AccountType> accountType)Type of account/card that is being used for the transaction. final AuthenticationRetrieveResponse.BuilderaccountType(JsonField<AuthenticationRetrieveResponse.AccountType> accountType)Type of account/card that is being used for the transaction. final AuthenticationRetrieveResponse.BuilderauthenticationResult(AuthenticationRetrieveResponse.AuthenticationResult authenticationResult)Indicates the outcome of the 3DS authentication process. final AuthenticationRetrieveResponse.BuilderauthenticationResult(JsonField<AuthenticationRetrieveResponse.AuthenticationResult> authenticationResult)Indicates the outcome of the 3DS authentication process. final AuthenticationRetrieveResponse.BuildercardExpiryCheck(AuthenticationRetrieveResponse.CardExpiryCheck cardExpiryCheck)Indicates whether the expiration date provided by the cardholder during checkout matches Lithic's record of the card's expiration date. final AuthenticationRetrieveResponse.BuildercardExpiryCheck(JsonField<AuthenticationRetrieveResponse.CardExpiryCheck> cardExpiryCheck)Indicates whether the expiration date provided by the cardholder during checkout matches Lithic's record of the card's expiration date. final AuthenticationRetrieveResponse.BuildercardToken(String cardToken)Globally unique identifier for the card on which the 3DS authentication has occurred. final AuthenticationRetrieveResponse.BuildercardToken(JsonField<String> cardToken)Globally unique identifier for the card on which the 3DS authentication has occurred. final AuthenticationRetrieveResponse.Buildercardholder(AuthenticationRetrieveResponse.Cardholder cardholder)Object containing data about the cardholder provided during the transaction. final AuthenticationRetrieveResponse.Buildercardholder(JsonField<AuthenticationRetrieveResponse.Cardholder> cardholder)Object containing data about the cardholder provided during the transaction. final AuthenticationRetrieveResponse.Builderchannel(AuthenticationRetrieveResponse.Channel channel)Channel in which the authentication occurs. final AuthenticationRetrieveResponse.Builderchannel(JsonField<AuthenticationRetrieveResponse.Channel> channel)Channel in which the authentication occurs. final AuthenticationRetrieveResponse.Buildercreated(OffsetDateTime created)Date and time when the authentication was created in Lithic's system. final AuthenticationRetrieveResponse.Buildercreated(JsonField<OffsetDateTime> created)Date and time when the authentication was created in Lithic's system. final AuthenticationRetrieveResponse.Buildermerchant(AuthenticationRetrieveResponse.Merchant merchant)Object containing data about the merchant involved in the e-commerce transaction. final AuthenticationRetrieveResponse.Buildermerchant(JsonField<AuthenticationRetrieveResponse.Merchant> merchant)Object containing data about the merchant involved in the e-commerce transaction. final AuthenticationRetrieveResponse.BuildermessageCategory(AuthenticationRetrieveResponse.MessageCategory messageCategory)Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. final AuthenticationRetrieveResponse.BuildermessageCategory(JsonField<AuthenticationRetrieveResponse.MessageCategory> messageCategory)Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. final AuthenticationRetrieveResponse.BuilderthreeDSRequestorChallengeIndicator(AuthenticationRetrieveResponse.ThreeDSRequestorChallengeIndicator threeDSRequestorChallengeIndicator)Indicates whether a challenge is requested for this transaction NO_PREFERENCE- No PreferenceNO_CHALLENGE_REQUESTED- No Challenge RequestedCHALLENGE_PREFERENCE- Challenge requested (3DS Requestor preference)CHALLENGE_MANDATE- Challenge requested (Mandate)NO_CHALLENGE_RISK_ALREADY_ASSESSED- No Challenge requested (Transactional risk analysis is already performed)DATA_SHARE_ONLY- No Challenge requested (Data Share Only)OTHER- Other indicators not captured by above. These are rarely used
final AuthenticationRetrieveResponse.BuilderthreeDSRequestorChallengeIndicator(JsonField<AuthenticationRetrieveResponse.ThreeDSRequestorChallengeIndicator> threeDSRequestorChallengeIndicator)Indicates whether a challenge is requested for this transaction NO_PREFERENCE- No PreferenceNO_CHALLENGE_REQUESTED- No Challenge RequestedCHALLENGE_PREFERENCE- Challenge requested (3DS Requestor preference)CHALLENGE_MANDATE- Challenge requested (Mandate)NO_CHALLENGE_RISK_ALREADY_ASSESSED- No Challenge requested (Transactional risk analysis is already performed)DATA_SHARE_ONLY- No Challenge requested (Data Share Only)OTHER- Other indicators not captured by above. These are rarely used
final AuthenticationRetrieveResponse.BuilderadditionalData(AuthenticationRetrieveResponse.AdditionalData additionalData)Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests). final AuthenticationRetrieveResponse.BuilderadditionalData(Optional<AuthenticationRetrieveResponse.AdditionalData> additionalData)Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests). final AuthenticationRetrieveResponse.BuilderadditionalData(JsonField<AuthenticationRetrieveResponse.AdditionalData> additionalData)Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests). final AuthenticationRetrieveResponse.Builderapp(AuthenticationRetrieveResponse.App app)Object containing data about the app used in the e-commerce transaction. final AuthenticationRetrieveResponse.Builderapp(JsonField<AuthenticationRetrieveResponse.App> app)Object containing data about the app used in the e-commerce transaction. final AuthenticationRetrieveResponse.BuilderauthenticationRequestType(AuthenticationRetrieveResponse.AuthenticationRequestType authenticationRequestType)Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. final AuthenticationRetrieveResponse.BuilderauthenticationRequestType(Optional<AuthenticationRetrieveResponse.AuthenticationRequestType> authenticationRequestType)Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. final AuthenticationRetrieveResponse.BuilderauthenticationRequestType(JsonField<AuthenticationRetrieveResponse.AuthenticationRequestType> authenticationRequestType)Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. final AuthenticationRetrieveResponse.Builderbrowser(AuthenticationRetrieveResponse.Browser browser)Object containing data about the browser used in the e-commerce transaction. final AuthenticationRetrieveResponse.Builderbrowser(JsonField<AuthenticationRetrieveResponse.Browser> browser)Object containing data about the browser used in the e-commerce transaction. final AuthenticationRetrieveResponse.BuilderchallengeMetadata(AuthenticationRetrieveResponse.ChallengeMetadata challengeMetadata)Metadata about the challenge method and delivery. final AuthenticationRetrieveResponse.BuilderchallengeMetadata(Optional<AuthenticationRetrieveResponse.ChallengeMetadata> challengeMetadata)Metadata about the challenge method and delivery. final AuthenticationRetrieveResponse.BuilderchallengeMetadata(JsonField<AuthenticationRetrieveResponse.ChallengeMetadata> challengeMetadata)Metadata about the challenge method and delivery. final AuthenticationRetrieveResponse.BuilderchallengeOrchestratedBy(AuthenticationRetrieveResponse.ChallengeOrchestratedBy challengeOrchestratedBy)Entity that orchestrates the challenge. final AuthenticationRetrieveResponse.BuilderchallengeOrchestratedBy(Optional<AuthenticationRetrieveResponse.ChallengeOrchestratedBy> challengeOrchestratedBy)Entity that orchestrates the challenge. final AuthenticationRetrieveResponse.BuilderchallengeOrchestratedBy(JsonField<AuthenticationRetrieveResponse.ChallengeOrchestratedBy> challengeOrchestratedBy)Entity that orchestrates the challenge. final AuthenticationRetrieveResponse.BuilderdecisionMadeBy(AuthenticationRetrieveResponse.DecisionMadeBy decisionMadeBy)Entity that made the authentication decision. final AuthenticationRetrieveResponse.BuilderdecisionMadeBy(Optional<AuthenticationRetrieveResponse.DecisionMadeBy> decisionMadeBy)Entity that made the authentication decision. final AuthenticationRetrieveResponse.BuilderdecisionMadeBy(JsonField<AuthenticationRetrieveResponse.DecisionMadeBy> decisionMadeBy)Entity that made the authentication decision. final AuthenticationRetrieveResponse.BuilderthreeRiRequestType(AuthenticationRetrieveResponse.ThreeRiRequestType threeRiRequestType)Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. final AuthenticationRetrieveResponse.BuilderthreeRiRequestType(Optional<AuthenticationRetrieveResponse.ThreeRiRequestType> threeRiRequestType)Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. final AuthenticationRetrieveResponse.BuilderthreeRiRequestType(JsonField<AuthenticationRetrieveResponse.ThreeRiRequestType> threeRiRequestType)Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. final AuthenticationRetrieveResponse.Buildertransaction(AuthenticationRetrieveResponse.Transaction transaction)Object containing data about the e-commerce transaction for which the merchant is requesting authentication. final AuthenticationRetrieveResponse.Buildertransaction(Optional<AuthenticationRetrieveResponse.Transaction> transaction)Object containing data about the e-commerce transaction for which the merchant is requesting authentication. final AuthenticationRetrieveResponse.Buildertransaction(JsonField<AuthenticationRetrieveResponse.Transaction> transaction)Object containing data about the e-commerce transaction for which the merchant is requesting authentication. final AuthenticationRetrieveResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.BuilderputAdditionalProperty(String key, JsonValue value)final AuthenticationRetrieveResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuthenticationRetrieveResponse.BuilderremoveAdditionalProperty(String key)final AuthenticationRetrieveResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuthenticationRetrieveResponsebuild()-
-
Method Detail
-
token
final AuthenticationRetrieveResponse.Builder token(String token)
Globally unique identifier for the 3DS authentication.
-
token
final AuthenticationRetrieveResponse.Builder token(JsonField<String> token)
Globally unique identifier for the 3DS authentication.
-
accountType
final AuthenticationRetrieveResponse.Builder accountType(AuthenticationRetrieveResponse.AccountType accountType)
Type of account/card that is being used for the transaction. Maps to EMV 3DS field
acctType.
-
accountType
final AuthenticationRetrieveResponse.Builder accountType(Optional<AuthenticationRetrieveResponse.AccountType> accountType)
Type of account/card that is being used for the transaction. Maps to EMV 3DS field
acctType.
-
accountType
final AuthenticationRetrieveResponse.Builder accountType(JsonField<AuthenticationRetrieveResponse.AccountType> accountType)
Type of account/card that is being used for the transaction. Maps to EMV 3DS field
acctType.
-
authenticationResult
final AuthenticationRetrieveResponse.Builder authenticationResult(AuthenticationRetrieveResponse.AuthenticationResult authenticationResult)
Indicates the outcome of the 3DS authentication process.
-
authenticationResult
final AuthenticationRetrieveResponse.Builder authenticationResult(JsonField<AuthenticationRetrieveResponse.AuthenticationResult> authenticationResult)
Indicates the outcome of the 3DS authentication process.
-
cardExpiryCheck
final AuthenticationRetrieveResponse.Builder cardExpiryCheck(AuthenticationRetrieveResponse.CardExpiryCheck cardExpiryCheck)
Indicates whether the expiration date provided by the cardholder during checkout matches Lithic's record of the card's expiration date.
-
cardExpiryCheck
final AuthenticationRetrieveResponse.Builder cardExpiryCheck(JsonField<AuthenticationRetrieveResponse.CardExpiryCheck> cardExpiryCheck)
Indicates whether the expiration date provided by the cardholder during checkout matches Lithic's record of the card's expiration date.
-
cardToken
final AuthenticationRetrieveResponse.Builder cardToken(String cardToken)
Globally unique identifier for the card on which the 3DS authentication has occurred.
-
cardToken
final AuthenticationRetrieveResponse.Builder cardToken(JsonField<String> cardToken)
Globally unique identifier for the card on which the 3DS authentication has occurred.
-
cardholder
final AuthenticationRetrieveResponse.Builder cardholder(AuthenticationRetrieveResponse.Cardholder cardholder)
Object containing data about the cardholder provided during the transaction.
-
cardholder
final AuthenticationRetrieveResponse.Builder cardholder(JsonField<AuthenticationRetrieveResponse.Cardholder> cardholder)
Object containing data about the cardholder provided during the transaction.
-
channel
final AuthenticationRetrieveResponse.Builder channel(AuthenticationRetrieveResponse.Channel channel)
Channel in which the authentication occurs. Maps to EMV 3DS field deviceChannel.
-
channel
final AuthenticationRetrieveResponse.Builder channel(JsonField<AuthenticationRetrieveResponse.Channel> channel)
Channel in which the authentication occurs. Maps to EMV 3DS field deviceChannel.
-
created
final AuthenticationRetrieveResponse.Builder created(OffsetDateTime created)
Date and time when the authentication was created in Lithic's system.
-
created
final AuthenticationRetrieveResponse.Builder created(JsonField<OffsetDateTime> created)
Date and time when the authentication was created in Lithic's system.
-
merchant
final AuthenticationRetrieveResponse.Builder merchant(AuthenticationRetrieveResponse.Merchant merchant)
Object containing data about the merchant involved in the e-commerce transaction.
-
merchant
final AuthenticationRetrieveResponse.Builder merchant(JsonField<AuthenticationRetrieveResponse.Merchant> merchant)
Object containing data about the merchant involved in the e-commerce transaction.
-
messageCategory
final AuthenticationRetrieveResponse.Builder messageCategory(AuthenticationRetrieveResponse.MessageCategory messageCategory)
Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not populated.
-
messageCategory
final AuthenticationRetrieveResponse.Builder messageCategory(JsonField<AuthenticationRetrieveResponse.MessageCategory> messageCategory)
Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not populated.
-
threeDSRequestorChallengeIndicator
final AuthenticationRetrieveResponse.Builder threeDSRequestorChallengeIndicator(AuthenticationRetrieveResponse.ThreeDSRequestorChallengeIndicator threeDSRequestorChallengeIndicator)
Indicates whether a challenge is requested for this transaction
NO_PREFERENCE- No PreferenceNO_CHALLENGE_REQUESTED- No Challenge RequestedCHALLENGE_PREFERENCE- Challenge requested (3DS Requestor preference)CHALLENGE_MANDATE- Challenge requested (Mandate)NO_CHALLENGE_RISK_ALREADY_ASSESSED- No Challenge requested (Transactional risk analysis is already performed)DATA_SHARE_ONLY- No Challenge requested (Data Share Only)OTHER- Other indicators not captured by above. These are rarely used
-
threeDSRequestorChallengeIndicator
final AuthenticationRetrieveResponse.Builder threeDSRequestorChallengeIndicator(JsonField<AuthenticationRetrieveResponse.ThreeDSRequestorChallengeIndicator> threeDSRequestorChallengeIndicator)
Indicates whether a challenge is requested for this transaction
NO_PREFERENCE- No PreferenceNO_CHALLENGE_REQUESTED- No Challenge RequestedCHALLENGE_PREFERENCE- Challenge requested (3DS Requestor preference)CHALLENGE_MANDATE- Challenge requested (Mandate)NO_CHALLENGE_RISK_ALREADY_ASSESSED- No Challenge requested (Transactional risk analysis is already performed)DATA_SHARE_ONLY- No Challenge requested (Data Share Only)OTHER- Other indicators not captured by above. These are rarely used
-
additionalData
final AuthenticationRetrieveResponse.Builder additionalData(AuthenticationRetrieveResponse.AdditionalData additionalData)
Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests).
-
additionalData
final AuthenticationRetrieveResponse.Builder additionalData(Optional<AuthenticationRetrieveResponse.AdditionalData> additionalData)
Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests).
-
additionalData
final AuthenticationRetrieveResponse.Builder additionalData(JsonField<AuthenticationRetrieveResponse.AdditionalData> additionalData)
Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests).
-
app
final AuthenticationRetrieveResponse.Builder app(AuthenticationRetrieveResponse.App app)
Object containing data about the app used in the e-commerce transaction. Present if the channel is 'APP_BASED'.
-
app
final AuthenticationRetrieveResponse.Builder app(JsonField<AuthenticationRetrieveResponse.App> app)
Object containing data about the app used in the e-commerce transaction. Present if the channel is 'APP_BASED'.
-
authenticationRequestType
final AuthenticationRetrieveResponse.Builder authenticationRequestType(AuthenticationRetrieveResponse.AuthenticationRequestType authenticationRequestType)
Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. Maps to EMV 3DS field threeDSRequestorAuthenticationInd.
-
authenticationRequestType
final AuthenticationRetrieveResponse.Builder authenticationRequestType(Optional<AuthenticationRetrieveResponse.AuthenticationRequestType> authenticationRequestType)
Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. Maps to EMV 3DS field threeDSRequestorAuthenticationInd.
-
authenticationRequestType
final AuthenticationRetrieveResponse.Builder authenticationRequestType(JsonField<AuthenticationRetrieveResponse.AuthenticationRequestType> authenticationRequestType)
Type of authentication request - i.e., the type of transaction or interaction is causing the merchant to request an authentication. Maps to EMV 3DS field threeDSRequestorAuthenticationInd.
-
browser
final AuthenticationRetrieveResponse.Builder browser(AuthenticationRetrieveResponse.Browser browser)
Object containing data about the browser used in the e-commerce transaction. Present if the channel is 'BROWSER'.
-
browser
final AuthenticationRetrieveResponse.Builder browser(JsonField<AuthenticationRetrieveResponse.Browser> browser)
Object containing data about the browser used in the e-commerce transaction. Present if the channel is 'BROWSER'.
-
challengeMetadata
final AuthenticationRetrieveResponse.Builder challengeMetadata(AuthenticationRetrieveResponse.ChallengeMetadata challengeMetadata)
Metadata about the challenge method and delivery.
-
challengeMetadata
final AuthenticationRetrieveResponse.Builder challengeMetadata(Optional<AuthenticationRetrieveResponse.ChallengeMetadata> challengeMetadata)
Metadata about the challenge method and delivery.
-
challengeMetadata
final AuthenticationRetrieveResponse.Builder challengeMetadata(JsonField<AuthenticationRetrieveResponse.ChallengeMetadata> challengeMetadata)
Metadata about the challenge method and delivery.
-
challengeOrchestratedBy
final AuthenticationRetrieveResponse.Builder challengeOrchestratedBy(AuthenticationRetrieveResponse.ChallengeOrchestratedBy challengeOrchestratedBy)
Entity that orchestrates the challenge.
-
challengeOrchestratedBy
final AuthenticationRetrieveResponse.Builder challengeOrchestratedBy(Optional<AuthenticationRetrieveResponse.ChallengeOrchestratedBy> challengeOrchestratedBy)
Entity that orchestrates the challenge.
-
challengeOrchestratedBy
final AuthenticationRetrieveResponse.Builder challengeOrchestratedBy(JsonField<AuthenticationRetrieveResponse.ChallengeOrchestratedBy> challengeOrchestratedBy)
Entity that orchestrates the challenge.
-
decisionMadeBy
final AuthenticationRetrieveResponse.Builder decisionMadeBy(AuthenticationRetrieveResponse.DecisionMadeBy decisionMadeBy)
Entity that made the authentication decision.
-
decisionMadeBy
final AuthenticationRetrieveResponse.Builder decisionMadeBy(Optional<AuthenticationRetrieveResponse.DecisionMadeBy> decisionMadeBy)
Entity that made the authentication decision.
-
decisionMadeBy
final AuthenticationRetrieveResponse.Builder decisionMadeBy(JsonField<AuthenticationRetrieveResponse.DecisionMadeBy> decisionMadeBy)
Entity that made the authentication decision.
-
threeRiRequestType
final AuthenticationRetrieveResponse.Builder threeRiRequestType(AuthenticationRetrieveResponse.ThreeRiRequestType threeRiRequestType)
Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. The most common example of this is where a merchant is authenticating before billing for a recurring transaction such as a pay TV subscription or a utility bill. Maps to EMV 3DS field threeRIInd.
-
threeRiRequestType
final AuthenticationRetrieveResponse.Builder threeRiRequestType(Optional<AuthenticationRetrieveResponse.ThreeRiRequestType> threeRiRequestType)
Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. The most common example of this is where a merchant is authenticating before billing for a recurring transaction such as a pay TV subscription or a utility bill. Maps to EMV 3DS field threeRIInd.
-
threeRiRequestType
final AuthenticationRetrieveResponse.Builder threeRiRequestType(JsonField<AuthenticationRetrieveResponse.ThreeRiRequestType> threeRiRequestType)
Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that takes place at the initiation of the merchant rather than the cardholder. The most common example of this is where a merchant is authenticating before billing for a recurring transaction such as a pay TV subscription or a utility bill. Maps to EMV 3DS field threeRIInd.
-
transaction
final AuthenticationRetrieveResponse.Builder transaction(AuthenticationRetrieveResponse.Transaction transaction)
Object containing data about the e-commerce transaction for which the merchant is requesting authentication.
-
transaction
final AuthenticationRetrieveResponse.Builder transaction(Optional<AuthenticationRetrieveResponse.Transaction> transaction)
Object containing data about the e-commerce transaction for which the merchant is requesting authentication.
-
transaction
final AuthenticationRetrieveResponse.Builder transaction(JsonField<AuthenticationRetrieveResponse.Transaction> transaction)
Object containing data about the e-commerce transaction for which the merchant is requesting authentication.
-
additionalProperties
final AuthenticationRetrieveResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationRetrieveResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationRetrieveResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationRetrieveResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationRetrieveResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationRetrieveResponse build()
-
-
-