Class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder
-
- All Implemented Interfaces:
public final class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.BuilderA builder for ApplyAuthRuleRequestProgramLevel.
-
-
Method Summary
-
-
Method Detail
-
programLevel
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder programLevel(Boolean programLevel)
Whether the Auth Rule applies to all authorizations on the card program.
-
programLevel
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder programLevel(JsonField<Boolean> programLevel)
Sets Builder.programLevel to an arbitrary JSON value.
You should usually call Builder.programLevel with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
excludedCardTokens
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder excludedCardTokens(List<String> excludedCardTokens)
Card tokens to which the Auth Rule does not apply.
-
excludedCardTokens
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder excludedCardTokens(JsonField<List<String>> excludedCardTokens)
Sets Builder.excludedCardTokens to an arbitrary JSON value.
You should usually call Builder.excludedCardTokens with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addExcludedCardToken
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder addExcludedCardToken(String excludedCardToken)
Adds a single String to excludedCardTokens.
-
additionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel build()
Returns an immutable instance of ApplyAuthRuleRequestProgramLevel.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.programLevel()
-
-
-
-