@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodBase extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_STATUS  | 
static String | 
JSON_PROPERTY_TYPE  | 
protected AuthenticatorMethodType | 
type  | 
| Constructor and Description | 
|---|
AuthenticatorMethodBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
LinksSelfAndLifecycle | 
getLinks()
Get links 
 | 
LifecycleStatus | 
getStatus()
Get status 
 | 
AuthenticatorMethodType | 
getType()
Get type 
 | 
int | 
hashCode()  | 
AuthenticatorMethodBase | 
links(LinksSelfAndLifecycle links)  | 
void | 
setLinks(LinksSelfAndLifecycle links)  | 
void | 
setStatus(LifecycleStatus status)  | 
void | 
setType(AuthenticatorMethodType type)  | 
AuthenticatorMethodBase | 
status(LifecycleStatus status)  | 
String | 
toString()  | 
AuthenticatorMethodBase | 
type(AuthenticatorMethodType type)  | 
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
protected AuthenticatorMethodType type
public static final String JSON_PROPERTY_LINKS
public AuthenticatorMethodBase status(LifecycleStatus status)
@Nullable public LifecycleStatus getStatus()
public void setStatus(LifecycleStatus status)
public AuthenticatorMethodBase type(AuthenticatorMethodType type)
@Nullable public AuthenticatorMethodType getType()
public void setType(AuthenticatorMethodType type)
public AuthenticatorMethodBase links(LinksSelfAndLifecycle links)
@Nullable public LinksSelfAndLifecycle getLinks()
public void setLinks(LinksSelfAndLifecycle links)
Copyright © 2017–2023 Okta. All rights reserved.