Package com.okta.sdk.resource.model
Class OrgCAPTCHASettings
java.lang.Object
com.okta.sdk.resource.model.OrgCAPTCHASettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class OrgCAPTCHASettings
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEnabledPagesItem(EnabledPagesType enabledPagesItem) enabledPages(List<EnabledPagesType> enabledPages) booleanThe unique key of the associated CAPTCHA instanceAn array of pages that have CAPTCHA enabledgetLinks()Get linksinthashCode()links(OrgCAPTCHASettingsLinks links) voidsetCaptchaId(String captchaId) voidsetEnabledPages(List<EnabledPagesType> enabledPages) voidsetLinks(OrgCAPTCHASettingsLinks links) toString()
-
Field Details
-
JSON_PROPERTY_CAPTCHA_ID
- See Also:
-
JSON_PROPERTY_ENABLED_PAGES
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OrgCAPTCHASettings
public OrgCAPTCHASettings()
-
-
Method Details
-
captchaId
-
getCaptchaId
The unique key of the associated CAPTCHA instance- Returns:
- captchaId
-
setCaptchaId
-
enabledPages
-
addEnabledPagesItem
-
getEnabledPages
An array of pages that have CAPTCHA enabled- Returns:
- enabledPages
-
setEnabledPages
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-