Package com.okta.sdk.resource.model
Class UIElement
java.lang.Object
com.okta.sdk.resource.model.UIElement
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UIElement
extends Object
implements Serializable
Specifies the configuration of an input field on an enrollment form
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
Label name for the UI elementGet optionsgetScope()
Specifies the property bound to the input field.getType()
Specifies the relationship between this input element and `scope`.int
hashCode()
options
(UIElementOptions options) void
void
setOptions
(UIElementOptions options) void
void
toString()
-
Field Details
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_OPTIONS
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UIElement
public UIElement()
-
-
Method Details
-
label
-
getLabel
Label name for the UI element- Returns:
- label
-
setLabel
-
options
-
getOptions
Get options- Returns:
- options
-
setOptions
-
scope
-
getScope
Specifies the property bound to the input field. It must follow the format `#/properties/PROPERTY_NAME` where `PROPERTY_NAME` is a variable name for an attribute in `profile editor`.- Returns:
- scope
-
setScope
-
type
-
getType
Specifies the relationship between this input element and `scope`. The `Control` value specifies that this input controls the value represented by `scope`.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-