Class Brand

java.lang.Object
org.openapitools.client.model.Brand

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-19T09:13:44.263607-05:00[America/Chicago]") public class Brand extends Object
Brand
  • 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(BrandDefaultApp defaultApp)
    • getDefaultApp

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

      public void setDefaultApp(BrandDefaultApp defaultApp)
    • displayLanguage

      public Brand displayLanguage(String displayLanguage)
    • getDisplayLanguage

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

      public void setDisplayLanguage(String displayLanguage)
    • getId

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

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

      public Brand links(BrandLinks links)
    • getLinks

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

      public void setLinks(BrandLinks links)
    • 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