Package com.lithic.api.models
Class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens
-
- All Implemented Interfaces:
public final class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens.BuilderA builder for ApplyAuthRuleRequestAccountTokens.
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>accountTokens()Account tokens to which the Auth Rule applies. final Optional<List<String>>businessAccountTokens()Business Account tokens to which the Auth Rule applies. final JsonField<List<String>>_accountTokens()Returns the raw JSON value of accountTokens. final JsonField<List<String>>_businessAccountTokens()Returns the raw JSON value of businessAccountTokens. final Map<String, JsonValue>_additionalProperties()final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens.BuildertoBuilder()final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokensvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens.Builderbuilder()Returns a mutable builder for constructing an instance of ApplyAuthRuleRequestAccountTokens. -
-
Method Detail
-
accountTokens
final Optional<List<String>> accountTokens()
Account tokens to which the Auth Rule applies.
-
businessAccountTokens
final Optional<List<String>> businessAccountTokens()
Business Account tokens to which the Auth Rule applies.
-
_accountTokens
final JsonField<List<String>> _accountTokens()
Returns the raw JSON value of accountTokens.
Unlike accountTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_businessAccountTokens
final JsonField<List<String>> _businessAccountTokens()
Returns the raw JSON value of businessAccountTokens.
Unlike businessAccountTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens validate()
-
builder
final static AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestAccountTokens.Builder builder()
Returns a mutable builder for constructing an instance of ApplyAuthRuleRequestAccountTokens.
-
-
-
-