Package com.okta.sdk.resource.model
Class SupportedMethods
java.lang.Object
com.okta.sdk.resource.model.SupportedMethods
- 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 SupportedMethods
extends Object
implements Serializable
The supported methods of an Authenticator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of authenticator method -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get settingsGet statusgetType()
The type of authenticator methodint
hashCode()
void
setSettings
(SupportedMethodsSettings settings) void
setStatus
(LifecycleStatus status) settings
(SupportedMethodsSettings settings) void
status
(LifecycleStatus status) toString()
-
Field Details
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
SupportedMethods
public SupportedMethods()
-
-
Method Details
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
The type of authenticator method- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-