@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") 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.