Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAuthRuleV2CreateParams.Body.VisitorAn interface that defines how to map each variant of Body to a value of type T.
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokenspublic final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokenspublic final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel
-
Method Summary
-
-
Method Detail
-
createAuthRuleRequestAccountTokens
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens> createAuthRuleRequestAccountTokens()
-
createAuthRuleRequestCardTokens
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens> createAuthRuleRequestCardTokens()
-
createAuthRuleRequestProgramLevel
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel> createAuthRuleRequestProgramLevel()
-
isCreateAuthRuleRequestAccountTokens
final Boolean isCreateAuthRuleRequestAccountTokens()
-
isCreateAuthRuleRequestCardTokens
final Boolean isCreateAuthRuleRequestCardTokens()
-
isCreateAuthRuleRequestProgramLevel
final Boolean isCreateAuthRuleRequestProgramLevel()
-
asCreateAuthRuleRequestAccountTokens
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens asCreateAuthRuleRequestAccountTokens()
-
asCreateAuthRuleRequestCardTokens
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens asCreateAuthRuleRequestCardTokens()
-
asCreateAuthRuleRequestProgramLevel
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel asCreateAuthRuleRequestProgramLevel()
-
accept
final <T extends Any> T accept(AuthRuleV2CreateParams.Body.Visitor<T> visitor)
-
validate
final AuthRuleV2CreateParams.Body validate()
-
ofCreateAuthRuleRequestAccountTokens
final static AuthRuleV2CreateParams.Body ofCreateAuthRuleRequestAccountTokens(AuthRuleV2CreateParams.Body.CreateAuthRuleRequestAccountTokens createAuthRuleRequestAccountTokens)
-
ofCreateAuthRuleRequestCardTokens
final static AuthRuleV2CreateParams.Body ofCreateAuthRuleRequestCardTokens(AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens createAuthRuleRequestCardTokens)
-
ofCreateAuthRuleRequestProgramLevel
final static AuthRuleV2CreateParams.Body ofCreateAuthRuleRequestProgramLevel(AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel createAuthRuleRequestProgramLevel)
-
-
-
-