Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Brand |
CustomizationApi.createBrand(List<String> expand,
String after,
Integer limit,
String q,
CreateBrandRequest createBrandRequest)
Create a Brand
Creates a new brand in your org
|
Brand |
CustomizationApi.createBrand(List<String> expand,
String after,
Integer limit,
String q,
CreateBrandRequest createBrandRequest,
Map<String,String> additionalHeaders)
Create a Brand
Creates a new brand in your org
|
Brand |
CustomizationApi.replaceBrand(String brandId,
BrandRequest brand,
List<String> expand)
Replace a Brand
Replaces a brand by `brandId`
|
Brand |
CustomizationApi.replaceBrand(String brandId,
BrandRequest brand,
List<String> expand,
Map<String,String> additionalHeaders)
Replace a Brand
Replaces a brand by `brandId`
|
Modifier and Type | Method and Description |
---|---|
Brand |
Brand.agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) |
Brand |
Brand.customPrivacyPolicyUrl(String customPrivacyPolicyUrl) |
Brand |
Brand.defaultApp(DefaultApp defaultApp) |
Brand |
Brand.emailDomainId(String emailDomainId) |
Brand |
Brand.locale(String locale) |
Brand |
Brand.name(String name) |
Brand |
Brand.removePoweredByOkta(Boolean removePoweredByOkta) |
Copyright © 2017–2023 Okta. All rights reserved.