Package com.okta.sdk.resource.model
Class PostAuthKeepMeSignedInPrompt
java.lang.Object
com.okta.sdk.resource.model.PostAuthKeepMeSignedInPrompt
- 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 PostAuthKeepMeSignedInPrompt
extends Object
implements Serializable
PostAuthKeepMeSignedInPrompt
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacceptButtonText
(String acceptButtonText) boolean
The label on the accept button when prompting for Stay signed inThe label on the reject button when prompting for Stay signed inThe subtitle on the Sign-In Widget when prompting for Stay signed ingetTitle()
The title on the Sign-In Widget when prompting for Stay signed inint
hashCode()
rejectButtonText
(String rejectButtonText) void
setAcceptButtonText
(String acceptButtonText) void
setRejectButtonText
(String rejectButtonText) void
setSubtitle
(String subtitle) void
toString()
-
Field Details
-
JSON_PROPERTY_ACCEPT_BUTTON_TEXT
- See Also:
-
JSON_PROPERTY_REJECT_BUTTON_TEXT
- See Also:
-
JSON_PROPERTY_SUBTITLE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
-
Constructor Details
-
PostAuthKeepMeSignedInPrompt
public PostAuthKeepMeSignedInPrompt()
-
-
Method Details
-
acceptButtonText
-
getAcceptButtonText
The label on the accept button when prompting for Stay signed in- Returns:
- acceptButtonText
-
setAcceptButtonText
-
rejectButtonText
-
getRejectButtonText
The label on the reject button when prompting for Stay signed in- Returns:
- rejectButtonText
-
setRejectButtonText
-
subtitle
-
getSubtitle
The subtitle on the Sign-In Widget when prompting for Stay signed in- Returns:
- subtitle
-
setSubtitle
-
title
-
getTitle
The title on the Sign-In Widget when prompting for Stay signed in- Returns:
- title
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-