@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-21T16:09:06.047-05:00[America/Chicago]") public class UIElementOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
UIElementOptions.FormatEnum
Specifies how the input appears
|
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FORMAT |
| Constructor and Description |
|---|
UIElementOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UIElementOptions |
format(UIElementOptions.FormatEnum format) |
UIElementOptions.FormatEnum |
getFormat()
Specifies how the input appears
|
int |
hashCode() |
void |
setFormat(UIElementOptions.FormatEnum format) |
String |
toString() |
public static final String JSON_PROPERTY_FORMAT
public UIElementOptions format(UIElementOptions.FormatEnum format)
@Nullable public UIElementOptions.FormatEnum getFormat()
public void setFormat(UIElementOptions.FormatEnum format)
Copyright © 2017–2023 Okta. All rights reserved.