Package com.okta.sdk.resource.model
Class SupportedMethodsSettings
java.lang.Object
com.okta.sdk.resource.model.SupportedMethodsSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class SupportedMethodsSettings
extends Object
implements Serializable
SupportedMethodsSettings
- See Also:
-
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
-