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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class AuthenticatorMethodBase
extends Object
implements Serializable
AuthenticatorMethodBase
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringprotected AuthenticatorMethodType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLinks()Get linksGet statusgetType()Get typeinthashCode()links(LinksSelfAndLifecycle links) voidsetLinks(LinksSelfAndLifecycle links) voidsetStatus(LifecycleStatus status) voidstatus(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