@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class Brand extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_AGREE_TO_CUSTOM_PRIVACY_POLICY  | 
static String | 
JSON_PROPERTY_CUSTOM_PRIVACY_POLICY_URL  | 
static String | 
JSON_PROPERTY_DEFAULT_APP  | 
static String | 
JSON_PROPERTY_EMAIL_DOMAIN_ID  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_IS_DEFAULT  | 
static String | 
JSON_PROPERTY_LOCALE  | 
static String | 
JSON_PROPERTY_NAME  | 
static String | 
JSON_PROPERTY_REMOVE_POWERED_BY_OKTA  | 
| Constructor and Description | 
|---|
Brand()  | 
| Modifier and Type | Method and Description | 
|---|---|
Brand | 
agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)  | 
Brand | 
customPrivacyPolicyUrl(String customPrivacyPolicyUrl)  | 
Brand | 
defaultApp(DefaultApp defaultApp)  | 
Brand | 
emailDomainId(String emailDomainId)  | 
boolean | 
equals(Object o)  | 
Boolean | 
getAgreeToCustomPrivacyPolicy()
Get agreeToCustomPrivacyPolicy 
 | 
String | 
getCustomPrivacyPolicyUrl()
Get customPrivacyPolicyUrl 
 | 
DefaultApp | 
getDefaultApp()
Get defaultApp 
 | 
String | 
getEmailDomainId()
Get emailDomainId 
 | 
String | 
getId()
Get id 
 | 
Boolean | 
getIsDefault()
Get isDefault 
 | 
String | 
getLocale()
The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646) 
 | 
String | 
getName()
Get name 
 | 
Boolean | 
getRemovePoweredByOkta()
Get removePoweredByOkta 
 | 
int | 
hashCode()  | 
Brand | 
locale(String locale)  | 
Brand | 
name(String name)  | 
Brand | 
removePoweredByOkta(Boolean removePoweredByOkta)  | 
void | 
setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)  | 
void | 
setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl)  | 
void | 
setDefaultApp(DefaultApp defaultApp)  | 
void | 
setEmailDomainId(String emailDomainId)  | 
void | 
setLocale(String locale)  | 
void | 
setName(String name)  | 
void | 
setRemovePoweredByOkta(Boolean removePoweredByOkta)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_AGREE_TO_CUSTOM_PRIVACY_POLICY
public static final String JSON_PROPERTY_CUSTOM_PRIVACY_POLICY_URL
public static final String JSON_PROPERTY_DEFAULT_APP
public static final String JSON_PROPERTY_EMAIL_DOMAIN_ID
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_LOCALE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REMOVE_POWERED_BY_OKTA
public Brand agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
@Nullable public Boolean getAgreeToCustomPrivacyPolicy()
public void setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
@Nullable public String getCustomPrivacyPolicyUrl()
public void setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl)
public Brand defaultApp(DefaultApp defaultApp)
@Nullable public DefaultApp getDefaultApp()
public void setDefaultApp(DefaultApp defaultApp)
@Nullable public String getEmailDomainId()
public void setEmailDomainId(String emailDomainId)
@Nullable public String getLocale()
public void setLocale(String locale)
public void setName(String name)
@Nullable public Boolean getRemovePoweredByOkta()
public void setRemovePoweredByOkta(Boolean removePoweredByOkta)
Copyright © 2017–2023 Okta. All rights reserved.