@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UISchemaObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BUTTON_LABEL |
static String |
JSON_PROPERTY_ELEMENTS |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
UISchemaObject() |
Modifier and Type | Method and Description |
---|---|
UISchemaObject |
buttonLabel(String buttonLabel) |
UISchemaObject |
elements(UIElement elements) |
boolean |
equals(Object o) |
String |
getButtonLabel()
Specifies the button label for the `Submit` button at the bottom of the enrollment form.
|
UIElement |
getElements()
Get elements
|
String |
getLabel()
Specifies the label at the top of the enrollment form under the logo.
|
String |
getType()
Specifies the type of layout
|
int |
hashCode() |
UISchemaObject |
label(String label) |
void |
setButtonLabel(String buttonLabel) |
void |
setElements(UIElement elements) |
void |
setLabel(String label) |
void |
setType(String type) |
String |
toString() |
UISchemaObject |
type(String type) |
public static final String JSON_PROPERTY_BUTTON_LABEL
public static final String JSON_PROPERTY_ELEMENTS
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_TYPE
public UISchemaObject buttonLabel(String buttonLabel)
@Nullable public String getButtonLabel()
public void setButtonLabel(String buttonLabel)
public UISchemaObject elements(UIElement elements)
public void setElements(UIElement elements)
public UISchemaObject label(String label)
@Nullable public String getLabel()
public void setLabel(String label)
public UISchemaObject type(String type)
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.