Package org.openapitools.client.model
Class SupportedMethodsSettings
java.lang.Object
org.openapitools.client.model.SupportedMethodsSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class SupportedMethodsSettings
extends Object
SupportedMethodsSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) algorithms(List<AuthenticatorMethodAlgorithm> algorithms) booleanGet algorithmsGet keyProtectionGet transactionTypesinthashCode()keyProtection(String keyProtection) voidsetAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) voidsetKeyProtection(String keyProtection) voidsetTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) toString()transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)
-
Field Details
-
JSON_PROPERTY_KEY_PROTECTION
- See Also:
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_TRANSACTION_TYPES
- See Also:
-
-
Constructor Details
-
SupportedMethodsSettings
public SupportedMethodsSettings()
-
-
Method Details
-
keyProtection
-
getKeyProtection
Get keyProtection- Returns:
- keyProtection
-
setKeyProtection
-
algorithms
-
addAlgorithmsItem
-
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
transactionTypes
public SupportedMethodsSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) -
addTransactionTypesItem
public SupportedMethodsSettings addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) -
getTransactionTypes
Get transactionTypes- Returns:
- transactionTypes
-
setTransactionTypes
-
equals
-
hashCode
public int hashCode() -
toString
-