Package com.okta.sdk.resource.model
Class Brand
java.lang.Object
com.okta.sdk.resource.model.Brand
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class Brand
extends Object
implements Serializable
Brand
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) customPrivacyPolicyUrl(String customPrivacyPolicyUrl) defaultApp(DefaultApp defaultApp) emailDomainId(String emailDomainId) booleanConsent for updating the custom privacy URL.Custom privacy policy URLGet defaultAppThe ID of the email domaingetId()The Brand IDIf `true`, the Brand is used for the Okta subdomainThe language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)getName()The name of the BrandRemoves \"Powered by Okta\" from the sign-in page in redirect authentication deployments, and \"© [current year] Okta, Inc.\" from the Okta End-User DashboardinthashCode()removePoweredByOkta(Boolean removePoweredByOkta) voidsetAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) voidsetCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl) voidsetDefaultApp(DefaultApp defaultApp) voidsetEmailDomainId(String emailDomainId) voidvoidvoidsetRemovePoweredByOkta(Boolean removePoweredByOkta) toString()
-
Field Details
-
JSON_PROPERTY_AGREE_TO_CUSTOM_PRIVACY_POLICY
- See Also:
-
JSON_PROPERTY_CUSTOM_PRIVACY_POLICY_URL
- See Also:
-
JSON_PROPERTY_DEFAULT_APP
- See Also:
-
JSON_PROPERTY_EMAIL_DOMAIN_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IS_DEFAULT
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_REMOVE_POWERED_BY_OKTA
- See Also:
-
-
Constructor Details
-
Brand
public Brand()
-
-
Method Details
-
agreeToCustomPrivacyPolicy
-
getAgreeToCustomPrivacyPolicy
-
setAgreeToCustomPrivacyPolicy
-
customPrivacyPolicyUrl
-
getCustomPrivacyPolicyUrl
-
setCustomPrivacyPolicyUrl
-
defaultApp
-
getDefaultApp
-
setDefaultApp
-
emailDomainId
-
getEmailDomainId
-
setEmailDomainId
-
getId
-
getIsDefault
-
locale
-
getLocale
-
setLocale
-
name
-
getName
-
setName
-
removePoweredByOkta
-
getRemovePoweredByOkta
-
setRemovePoweredByOkta
-
equals
-
hashCode
-
toString
-