@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UIElement extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_LABEL  | 
static String | 
JSON_PROPERTY_OPTIONS  | 
static String | 
JSON_PROPERTY_SCOPE  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
UIElement()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getLabel()
Label name for the UI element 
 | 
UIElementOptions | 
getOptions()
Get options 
 | 
String | 
getScope()
Specifies the property bound to the input field. 
 | 
String | 
getType()
Specifies the relationship between this input element and `scope`. 
 | 
int | 
hashCode()  | 
UIElement | 
label(String label)  | 
UIElement | 
options(UIElementOptions options)  | 
UIElement | 
scope(String scope)  | 
void | 
setLabel(String label)  | 
void | 
setOptions(UIElementOptions options)  | 
void | 
setScope(String scope)  | 
void | 
setType(String type)  | 
String | 
toString()  | 
UIElement | 
type(String type)  | 
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_TYPE
public void setLabel(String label)
public UIElement options(UIElementOptions options)
@Nullable public UIElementOptions getOptions()
public void setOptions(UIElementOptions options)
@Nullable public String getScope()
public void setScope(String scope)
@Nullable public String getType()
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.