Class V2RetrieveResponse.CurrentVersion.Builder
-
- All Implemented Interfaces:
public final class V2RetrieveResponse.CurrentVersion.BuilderA builder for CurrentVersion.
-
-
Method Summary
-
-
Method Detail
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(V2RetrieveResponse.CurrentVersion.Parameters parameters)
Parameters for the Auth Rule
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(JsonField<V2RetrieveResponse.CurrentVersion.Parameters> parameters)
Sets Builder.parameters to an arbitrary JSON value.
You should usually call Builder.parameters with a well-typed Parameters value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(ConditionalBlockParameters conditionalBlock)
Alias for calling parameters with
Parameters.ofConditionalBlock(conditionalBlock).
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(VelocityLimitParams velocityLimitParams)
Alias for calling parameters with
Parameters.ofVelocityLimitParams(velocityLimitParams).
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(MerchantLockParameters merchantLock)
Alias for calling parameters with
Parameters.ofMerchantLock(merchantLock).
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(Conditional3dsActionParameters conditional3dsAction)
Alias for calling parameters with
Parameters.ofConditional3dsAction(conditional3dsAction).
-
parameters
final V2RetrieveResponse.CurrentVersion.Builder parameters(V2RetrieveResponse.CurrentVersion.Parameters.ConditionalAuthorizationActionParameters conditionalAuthorizationAction)
Alias for calling parameters with
Parameters.ofConditionalAuthorizationAction(conditionalAuthorizationAction).
-
version
final V2RetrieveResponse.CurrentVersion.Builder version(Long version)
The version of the rule, this is incremented whenever the rule's parameters change.
-
version
final V2RetrieveResponse.CurrentVersion.Builder version(JsonField<Long> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V2RetrieveResponse.CurrentVersion.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V2RetrieveResponse.CurrentVersion.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V2RetrieveResponse.CurrentVersion.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V2RetrieveResponse.CurrentVersion.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V2RetrieveResponse.CurrentVersion.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V2RetrieveResponse.CurrentVersion build()
Returns an immutable instance of CurrentVersion.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.parameters() .version()
-
-
-
-