@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class SupportedMethodsSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALGORITHMS |
static String |
JSON_PROPERTY_KEY_PROTECTION |
static String |
JSON_PROPERTY_TRANSACTION_TYPES |
Constructor and Description |
---|
SupportedMethodsSettings() |
Modifier and Type | Method and Description |
---|---|
SupportedMethodsSettings |
addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) |
SupportedMethodsSettings |
addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) |
SupportedMethodsSettings |
algorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
boolean |
equals(Object o) |
List<AuthenticatorMethodAlgorithm> |
getAlgorithms()
Get algorithms
|
String |
getKeyProtection()
Get keyProtection
|
List<AuthenticatorMethodTransactionType> |
getTransactionTypes()
Get transactionTypes
|
int |
hashCode() |
SupportedMethodsSettings |
keyProtection(String keyProtection) |
void |
setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) |
void |
setKeyProtection(String keyProtection) |
void |
setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) |
String |
toString() |
SupportedMethodsSettings |
transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) |
public static final String JSON_PROPERTY_KEY_PROTECTION
public static final String JSON_PROPERTY_ALGORITHMS
public static final String JSON_PROPERTY_TRANSACTION_TYPES
public SupportedMethodsSettings keyProtection(String keyProtection)
@Nullable public String getKeyProtection()
public void setKeyProtection(String keyProtection)
public SupportedMethodsSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public SupportedMethodsSettings addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem)
@Nullable public List<AuthenticatorMethodAlgorithm> getAlgorithms()
public void setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms)
public SupportedMethodsSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)
public SupportedMethodsSettings addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem)
@Nullable public List<AuthenticatorMethodTransactionType> getTransactionTypes()
public void setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)
Copyright © 2017–2023 Okta. All rights reserved.