Package com.okta.sdk.resource.model
Class AuthenticatorMethodBase
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticatorMethodPush
,AuthenticatorMethodSignedNonce
,AuthenticatorMethodSimple
,AuthenticatorMethodTotp
,AuthenticatorMethodWebAuthn
,AuthenticatorMethodWithVerifiableProperties
@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 AuthenticatorMethodBase
extends Object
implements Serializable
AuthenticatorMethodBase
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
protected AuthenticatorMethodType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLinks()
Get linksGet statusgetType()
Get typeint
hashCode()
links
(LinksSelfAndLifecycle links) void
setLinks
(LinksSelfAndLifecycle links) void
setStatus
(LifecycleStatus status) void
status
(LifecycleStatus status) toString()
type
(AuthenticatorMethodType type)
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodBase
public AuthenticatorMethodBase()
-
-
Method Details