Package com.lithic.api.models
Class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder
-
- All Implemented Interfaces:
public final class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.BuilderA builder for ApplyAuthRuleRequestCardTokens.
-
-
Method Summary
-
-
Method Detail
-
cardTokens
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder cardTokens(List<String> cardTokens)
Card tokens to which the Auth Rule applies.
-
cardTokens
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder cardTokens(JsonField<List<String>> cardTokens)
Sets Builder.cardTokens to an arbitrary JSON value.
You should usually call Builder.cardTokens with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addCardToken
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder addCardToken(String cardToken)
Adds a single String to cardTokens.
-
additionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestCardTokens build()
Returns an immutable instance of ApplyAuthRuleRequestCardTokens.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.cardTokens()
-
-
-
-