Package org.openapitools.client.model
Class SignInPage
java.lang.Object
org.openapitools.client.model.SignInPage
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class SignInPage
extends Object
SignInPage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get pageContentGet widgetCustomizationsThe version specified as a [Semantic Version](https://semver.org/).int
hashCode()
pageContent
(String pageContent) void
setPageContent
(String pageContent) void
setWidgetCustomizations
(SignInPageAllOfWidgetCustomizations widgetCustomizations) void
setWidgetVersion
(String widgetVersion) toString()
widgetCustomizations
(SignInPageAllOfWidgetCustomizations widgetCustomizations) widgetVersion
(String widgetVersion)
-
Field Details
-
JSON_PROPERTY_PAGE_CONTENT
- See Also:
-
JSON_PROPERTY_WIDGET_CUSTOMIZATIONS
- See Also:
-
JSON_PROPERTY_WIDGET_VERSION
- See Also:
-
-
Constructor Details
-
SignInPage
public SignInPage()
-
-
Method Details
-
pageContent
-
getPageContent
Get pageContent- Returns:
- pageContent
-
setPageContent
-
widgetCustomizations
-
getWidgetCustomizations
Get widgetCustomizations- Returns:
- widgetCustomizations
-
setWidgetCustomizations
-
widgetVersion
-
getWidgetVersion
The version specified as a [Semantic Version](https://semver.org/).- Returns:
- widgetVersion
-
setWidgetVersion
-
equals
-
hashCode
public int hashCode() -
toString
-