Class UIElement

java.lang.Object
com.okta.sdk.resource.model.UIElement
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class UIElement extends Object implements Serializable
Specifies the configuration of an input field on an enrollment form
See Also:
  • Field Details

  • Constructor Details

    • UIElement

      public UIElement()
  • Method Details

    • label

      public UIElement label(String label)
    • getLabel

      @Nullable public String getLabel()
      Label name for the UI element
      Returns:
      label
    • setLabel

      public void setLabel(String label)
    • options

      public UIElement options(UIElementOptions options)
    • getOptions

      @Nullable public UIElementOptions getOptions()
      Get options
      Returns:
      options
    • setOptions

      public void setOptions(UIElementOptions options)
    • scope

      public UIElement scope(String scope)
    • getScope

      @Nullable public String 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

      public void setScope(String scope)
    • type

      public UIElement type(String type)
    • getType

      @Nullable public String 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

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object