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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UIElement
extends Object
implements Serializable
Specifies the configuration of an input field on an enrollment form
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
setLabel
-
options
-
getOptions
-
setOptions
-
scope
-
getScope
-
setScope
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-