@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class SignInPage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_PAGE_CONTENT |
static String |
JSON_PROPERTY_WIDGET_CUSTOMIZATIONS |
static String |
JSON_PROPERTY_WIDGET_VERSION |
Constructor and Description |
---|
SignInPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPageContent()
Get pageContent
|
SignInPageAllOfWidgetCustomizations |
getWidgetCustomizations()
Get widgetCustomizations
|
String |
getWidgetVersion()
The version specified as a [Semantic Version](https://semver.org/).
|
int |
hashCode() |
SignInPage |
pageContent(String pageContent) |
void |
setPageContent(String pageContent) |
void |
setWidgetCustomizations(SignInPageAllOfWidgetCustomizations widgetCustomizations) |
void |
setWidgetVersion(String widgetVersion) |
String |
toString() |
SignInPage |
widgetCustomizations(SignInPageAllOfWidgetCustomizations widgetCustomizations) |
SignInPage |
widgetVersion(String widgetVersion) |
public static final String JSON_PROPERTY_PAGE_CONTENT
public static final String JSON_PROPERTY_WIDGET_CUSTOMIZATIONS
public static final String JSON_PROPERTY_WIDGET_VERSION
public SignInPage pageContent(String pageContent)
public void setPageContent(String pageContent)
public SignInPage widgetCustomizations(SignInPageAllOfWidgetCustomizations widgetCustomizations)
@Nullable public SignInPageAllOfWidgetCustomizations getWidgetCustomizations()
public void setWidgetCustomizations(SignInPageAllOfWidgetCustomizations widgetCustomizations)
public SignInPage widgetVersion(String widgetVersion)
@Nullable public String getWidgetVersion()
public void setWidgetVersion(String widgetVersion)
Copyright © 2017–2023 Okta. All rights reserved.