Class BrandWithEmbedded

java.lang.Object
com.okta.sdk.resource.model.BrandWithEmbedded
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 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()
      Get agreeToCustomPrivacyPolicy
      Returns:
      agreeToCustomPrivacyPolicy
    • setAgreeToCustomPrivacyPolicy

      public void setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
    • customPrivacyPolicyUrl

      public BrandWithEmbedded customPrivacyPolicyUrl(String customPrivacyPolicyUrl)
    • getCustomPrivacyPolicyUrl

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

      public void setName(String name)
    • removePoweredByOkta

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