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 Details

  • Constructor Details

    • BrandWithEmbedded

      public BrandWithEmbedded()
  • Method Details

    • getEmbedded

      @Nullable public Object getEmbedded()
      Get embedded
      Returns:
      embedded
    • links

      public BrandWithEmbedded links(LinksSelf links)
    • getLinks

      @Nullable public LinksSelf getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(LinksSelf links)
    • agreeToCustomPrivacyPolicy

      public BrandWithEmbedded agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
    • getAgreeToCustomPrivacyPolicy

      @Nullable public Boolean getAgreeToCustomPrivacyPolicy()
      Consent for updating the custom privacy URL. Not required when resetting the URL.
      Returns:
      agreeToCustomPrivacyPolicy
    • setAgreeToCustomPrivacyPolicy

      public void setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
    • customPrivacyPolicyUrl

      public BrandWithEmbedded customPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • getCustomPrivacyPolicyUrl

      @Nullable public String getCustomPrivacyPolicyUrl()
      Custom privacy policy URL
      Returns:
      customPrivacyPolicyUrl
    • setCustomPrivacyPolicyUrl

      public void setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • defaultApp

      public BrandWithEmbedded defaultApp(DefaultApp defaultApp)
    • getDefaultApp

      @Nullable public DefaultApp getDefaultApp()
      Get defaultApp
      Returns:
      defaultApp
    • setDefaultApp

      public void setDefaultApp(DefaultApp defaultApp)
    • emailDomainId

      public BrandWithEmbedded emailDomainId(String emailDomainId)
    • getEmailDomainId

      @Nullable public String getEmailDomainId()
      The ID of the email domain
      Returns:
      emailDomainId
    • setEmailDomainId

      public void setEmailDomainId(String emailDomainId)
    • getId

      @Nullable public String getId()
      The Brand ID
      Returns:
      id
    • getIsDefault

      @Nullable public Boolean getIsDefault()
      If `true`, the Brand is used for the Okta subdomain
      Returns:
      isDefault
    • locale

      public BrandWithEmbedded locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • name

      public BrandWithEmbedded name(String name)
    • getName

      @Nullable public String getName()
      The name of the Brand
      Returns:
      name
    • setName

      public void setName(String name)
    • removePoweredByOkta

      public BrandWithEmbedded removePoweredByOkta(Boolean removePoweredByOkta)
    • getRemovePoweredByOkta

      @Nullable public Boolean getRemovePoweredByOkta()
      Removes \"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

      public void setRemovePoweredByOkta(Boolean removePoweredByOkta)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object