Class Brand

java.lang.Object
com.okta.sdk.resource.model.Brand
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.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()
      Get agreeToCustomPrivacyPolicy
      Returns:
      agreeToCustomPrivacyPolicy
    • setAgreeToCustomPrivacyPolicy

      public void setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
    • customPrivacyPolicyUrl

      public Brand customPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • getCustomPrivacyPolicyUrl

      @Nullable public String getCustomPrivacyPolicyUrl()
      Get customPrivacyPolicyUrl
      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()
      Get emailDomainId
      Returns:
      emailDomainId
    • setEmailDomainId

      public void setEmailDomainId(String emailDomainId)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • getIsDefault

      @Nullable public Boolean getIsDefault()
      Get isDefault
      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()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • removePoweredByOkta

      public Brand removePoweredByOkta(Boolean removePoweredByOkta)
    • getRemovePoweredByOkta

      @Nullable public Boolean getRemovePoweredByOkta()
      Get removePoweredByOkta
      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