Class Brand

java.lang.Object
com.okta.sdk.resource.model.Brand
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 Brand extends Object implements Serializable
Brand
See Also:
  • Field Details

  • Constructor Details

    • Brand

      public Brand()
  • Method Details

    • agreeToCustomPrivacyPolicy

      public Brand 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 Brand customPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • getCustomPrivacyPolicyUrl

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

      public void setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • defaultApp

      public Brand defaultApp(DefaultApp defaultApp)
    • getDefaultApp

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

      public void setDefaultApp(DefaultApp defaultApp)
    • emailDomainId

      public Brand 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 Brand 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 Brand name(String name)
    • getName

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

      public void setName(String name)
    • removePoweredByOkta

      public Brand 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