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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class UISchemaObject
extends Object
implements Serializable
Properties of the UI schema
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonLabel(String buttonLabel) booleanSpecifies the button label for the `Submit` button at the bottom of the enrollment form.Get elementsgetLabel()Specifies the label at the top of the enrollment form under the logo.getType()Specifies the type of layoutinthashCode()voidsetButtonLabel(String buttonLabel) voidsetElements(UIElement elements) voidvoidtoString()
-
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
-