@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class BrandWithEmbedded 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_EMBEDDED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_DEFAULT |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_LOCALE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REMOVE_POWERED_BY_OKTA |
Constructor and Description |
---|
BrandWithEmbedded() |
public static final String JSON_PROPERTY_EMBEDDED
public static final String JSON_PROPERTY_LINKS
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 BrandWithEmbedded links(LinksSelf links)
public void setLinks(LinksSelf links)
public BrandWithEmbedded agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
@Nullable public Boolean getAgreeToCustomPrivacyPolicy()
public void setAgreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy)
public BrandWithEmbedded customPrivacyPolicyUrl(String customPrivacyPolicyUrl)
@Nullable public String getCustomPrivacyPolicyUrl()
public void setCustomPrivacyPolicyUrl(String customPrivacyPolicyUrl)
public BrandWithEmbedded defaultApp(DefaultApp defaultApp)
@Nullable public DefaultApp getDefaultApp()
public void setDefaultApp(DefaultApp defaultApp)
public BrandWithEmbedded emailDomainId(String emailDomainId)
@Nullable public String getEmailDomainId()
public void setEmailDomainId(String emailDomainId)
public BrandWithEmbedded locale(String locale)
@Nullable public String getLocale()
public void setLocale(String locale)
public BrandWithEmbedded name(String name)
public void setName(String name)
public BrandWithEmbedded removePoweredByOkta(Boolean removePoweredByOkta)
@Nullable public Boolean getRemovePoweredByOkta()
public void setRemovePoweredByOkta(Boolean removePoweredByOkta)
Copyright © 2017–2023 Okta. All rights reserved.