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-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
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
 
 -