Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.BuilderA builder for CreateAuthRuleRequestAccountTokens.
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.ParametersParameters for the Auth Rule
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.AuthRuleTypeThe type of Auth Rule
-
Method Summary
-
-
Method Detail
-
accountTokens
final List<String> accountTokens()
Account tokens to which the Auth Rule applies.
-
parameters
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.Parameters> parameters()
Parameters for the Auth Rule
-
type
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.AuthRuleType> type()
The type of Auth Rule
-
_accountTokens
final JsonField<List<String>> _accountTokens()
Account tokens to which the Auth Rule applies.
-
_parameters
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.Parameters> _parameters()
Parameters for the Auth Rule
-
_type
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.AuthRuleType> _type()
The type of Auth Rule
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens validate()
-
builder
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens.Builder builder()
Returns a mutable builder for constructing an instance of CreateAuthRuleRequestAccountTokens.
The following fields are required:
.accountTokens()
-
-
-
-