@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class Brand extends Object
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_DISPLAY_LANGUAGE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_DEFAULT |
static String |
JSON_PROPERTY_LINKS |
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(BrandDefaultApp defaultApp) |
Brand |
displayLanguage(String displayLanguage) |
boolean |
equals(Object o) |
Boolean |
getAgreeToCustomPrivacyPolicy()
Get agreeToCustomPrivacyPolicy
|
String |
getCustomPrivacyPolicyUrl()
Get customPrivacyPolicyUrl
|
BrandDefaultApp |
getDefaultApp()
Get defaultApp
|
String |
getDisplayLanguage()
The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646).
|
String |
getId()
Get id
|
Boolean |
getIsDefault()
Get isDefault
|
BrandLinks |
getLinks()
Get links
|
String |
getName()
Get name
|
Boolean |
getRemovePoweredByOkta()
Get removePoweredByOkta
|
int |
hashCode() |
Brand |
links(BrandLinks links) |
Brand |
name(String name) |
Brand |
removePoweredByOkta(Boolean removePoweredByOkta) |
void |
setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) |
void |
setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl) |
void |
setDefaultApp(BrandDefaultApp defaultApp) |
void |
setDisplayLanguage(String displayLanguage) |
void |
setLinks(BrandLinks links) |
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_DISPLAY_LANGUAGE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REMOVE_POWERED_BY_OKTA
public static final String JSON_PROPERTY_LINKS
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(BrandDefaultApp defaultApp)
@Nullable public BrandDefaultApp getDefaultApp()
public void setDefaultApp(BrandDefaultApp defaultApp)
@Nullable public String getDisplayLanguage()
public void setDisplayLanguage(String displayLanguage)
public void setName(String name)
@Nullable public Boolean getRemovePoweredByOkta()
public void setRemovePoweredByOkta(Boolean removePoweredByOkta)
public Brand links(BrandLinks links)
@Nullable public BrandLinks getLinks()
public void setLinks(BrandLinks links)
Copyright © 2017–2023 Okta. All rights reserved.