@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class SupportedMethods extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SupportedMethods.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SETTINGS |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
SupportedMethods() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SupportedMethodsSettings |
getSettings()
Get settings
|
String |
getStatus()
Get status
|
SupportedMethods.TypeEnum |
getType()
Get type
|
int |
hashCode() |
void |
setSettings(SupportedMethodsSettings settings) |
void |
setStatus(String status) |
SupportedMethods |
settings(SupportedMethodsSettings settings) |
void |
setType(SupportedMethods.TypeEnum type) |
SupportedMethods |
status(String status) |
String |
toString() |
SupportedMethods |
type(SupportedMethods.TypeEnum type) |
public static final String JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public SupportedMethods settings(SupportedMethodsSettings settings)
@Nullable public SupportedMethodsSettings getSettings()
public void setSettings(SupportedMethodsSettings settings)
public SupportedMethods status(String status)
public void setStatus(String status)
public SupportedMethods type(SupportedMethods.TypeEnum type)
@Nullable public SupportedMethods.TypeEnum getType()
public void setType(SupportedMethods.TypeEnum type)
Copyright © 2017–2023 Okta. All rights reserved.