Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
BrandWithEmbedded |
CustomizationApi.getBrand(String brandId,
List<String> expand)
Retrieve a Brand
Retrieves a brand by `brandId`
|
BrandWithEmbedded |
CustomizationApi.getBrand(String brandId,
List<String> expand,
Map<String,String> additionalHeaders)
Retrieve a Brand
Retrieves a brand by `brandId`
|
Modifier and Type | Method and Description |
---|---|
List<BrandWithEmbedded> |
CustomizationApi.listBrands(List<String> expand,
String after,
Integer limit,
String q)
List all Brands
Lists all the brands in your org
|
List<BrandWithEmbedded> |
CustomizationApi.listBrands(List<String> expand,
String after,
Integer limit,
String q,
Map<String,String> additionalHeaders)
List all Brands
Lists all the brands in your org
|
Modifier and Type | Method and Description |
---|---|
BrandWithEmbedded |
BrandWithEmbedded.agreeToCustomPrivacyPolicy(Boolean agreeToCustomPrivacyPolicy) |
BrandWithEmbedded |
BrandWithEmbedded.customPrivacyPolicyUrl(String customPrivacyPolicyUrl) |
BrandWithEmbedded |
BrandWithEmbedded.defaultApp(DefaultApp defaultApp) |
BrandWithEmbedded |
BrandWithEmbedded.emailDomainId(String emailDomainId) |
BrandWithEmbedded |
BrandWithEmbedded.links(LinksSelf links) |
BrandWithEmbedded |
BrandWithEmbedded.locale(String locale) |
BrandWithEmbedded |
BrandWithEmbedded.name(String name) |
BrandWithEmbedded |
BrandWithEmbedded.removePoweredByOkta(Boolean removePoweredByOkta) |
Copyright © 2017–2023 Okta. All rights reserved.