Package com.okta.sdk.resource.model
Class AuthenticatorMethodPushAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodPushAllOfSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthenticatorMethodPushAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodPushAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddalgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) addtransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) boolean
Get algorithmsGet keyProtectionGet transactionTypesint
hashCode()
keyProtection
(PushMethodKeyProtection keyProtection) void
setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
setKeyProtection
(PushMethodKeyProtection keyProtection) void
setTransactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) toString()
transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes)
-
Field Details
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_KEY_PROTECTION
- See Also:
-
JSON_PROPERTY_TRANSACTION_TYPES
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodPushAllOfSettings
public AuthenticatorMethodPushAllOfSettings()
-
-
Method Details
-
algorithms
public AuthenticatorMethodPushAllOfSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms) -
addalgorithmsItem
public AuthenticatorMethodPushAllOfSettings addalgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) -
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
keyProtection
-
getKeyProtection
Get keyProtection- Returns:
- keyProtection
-
setKeyProtection
-
transactionTypes
public AuthenticatorMethodPushAllOfSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) -
addtransactionTypesItem
public AuthenticatorMethodPushAllOfSettings addtransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) -
getTransactionTypes
Get transactionTypes- Returns:
- transactionTypes
-
setTransactionTypes
-
equals
-
hashCode
public int hashCode() -
toString
-