Package com.okta.sdk.resource.model
Class UISchemaObject
java.lang.Object
com.okta.sdk.resource.model.UISchemaObject
- 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 UISchemaObject
extends Object
implements Serializable
Properties of the UI schema
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuttonLabel
(String buttonLabel) boolean
Specifies the button label for the `Submit` button at the bottom of the enrollment formGet elementsgetLabel()
Specifies the label at the top of the enrollment form under the logogetType()
Specifies the type of layoutint
hashCode()
void
setButtonLabel
(String buttonLabel) void
setElements
(UIElement elements) void
void
toString()
-
Field Details
-
JSON_PROPERTY_BUTTON_LABEL
- See Also:
-
JSON_PROPERTY_ELEMENTS
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UISchemaObject
public UISchemaObject()
-
-
Method Details
-
buttonLabel
-
getButtonLabel
Specifies the button label for the `Submit` button at the bottom of the enrollment form- Returns:
- buttonLabel
-
setButtonLabel
-
elements
-
getElements
Get elements- Returns:
- elements
-
setElements
-
label
-
getLabel
Specifies the label at the top of the enrollment form under the logo- Returns:
- label
-
setLabel
-
type
-
getType
Specifies the type of layout- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-