Package com.okta.sdk.resource.model
Class BrandWithEmbedded
java.lang.Object
com.okta.sdk.resource.model.BrandWithEmbedded
- 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 BrandWithEmbedded
extends Object
implements Serializable
BrandWithEmbedded
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 domainGet embeddedgetId()The Brand IDIf `true`, the Brand is used for the Okta subdomaingetLinks()Get linksThe 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) voidvoidvoidvoidsetRemovePoweredByOkta(Boolean removePoweredByOkta) toString()
- 
Field Details- 
JSON_PROPERTY_EMBEDDED- See Also:
 
- 
JSON_PROPERTY_LINKS- See Also:
 
- 
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- 
BrandWithEmbeddedpublic BrandWithEmbedded()
 
- 
- 
Method Details- 
getEmbeddedGet embedded- Returns:
- embedded
 
- 
links
- 
getLinksGet links- Returns:
- links
 
- 
setLinks
- 
agreeToCustomPrivacyPolicy
- 
getAgreeToCustomPrivacyPolicyConsent for updating the custom privacy URL. Not required when resetting the URL.- Returns:
- agreeToCustomPrivacyPolicy
 
- 
setAgreeToCustomPrivacyPolicy
- 
customPrivacyPolicyUrl
- 
getCustomPrivacyPolicyUrlCustom privacy policy URL- Returns:
- customPrivacyPolicyUrl
 
- 
setCustomPrivacyPolicyUrl
- 
defaultApp
- 
getDefaultAppGet defaultApp- Returns:
- defaultApp
 
- 
setDefaultApp
- 
emailDomainId
- 
getEmailDomainIdThe ID of the email domain- Returns:
- emailDomainId
 
- 
setEmailDomainId
- 
getIdThe Brand ID- Returns:
- id
 
- 
getIsDefaultIf `true`, the Brand is used for the Okta subdomain- Returns:
- isDefault
 
- 
locale
- 
getLocaleThe language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)- Returns:
- locale
 
- 
setLocale
- 
name
- 
getNameThe name of the Brand- Returns:
- name
 
- 
setName
- 
removePoweredByOkta
- 
getRemovePoweredByOktaRemoves \"Powered by Okta\" from the sign-in page in redirect authentication deployments, and \"© [current year] Okta, Inc.\" from the Okta End-User Dashboard- Returns:
- removePoweredByOkta
 
- 
setRemovePoweredByOkta
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-