Uses of Class
org.openapitools.client.model.Brand
Packages that use Brand
-
Uses of Brand in org.openapitools.client.api
Methods in org.openapitools.client.api that return BrandModifier and TypeMethodDescriptionCustomizationApi.createBrand
(List<String> expand, CreateBrandRequest createBrandRequest) Create a Brand Creates a new brand in your orgCustomizationApi.createBrand
(List<String> expand, CreateBrandRequest createBrandRequest, Map<String, String> additionalHeaders) Create a Brand Creates a new brand in your orgCustomizationApi.replaceBrand
(String brandId, BrandRequest brand, List<String> expand) Replace a Brand Replaces a brand by `brandId`CustomizationApi.replaceBrand
(String brandId, BrandRequest brand, List<String> expand, Map<String, String> additionalHeaders) Replace a Brand Replaces a brand by `brandId` -
Uses of Brand in org.openapitools.client.model
Methods in org.openapitools.client.model that return BrandModifier and TypeMethodDescriptionBrand.agreeToCustomPrivacyPolicy
(Boolean agreeToCustomPrivacyPolicy) Brand.customPrivacyPolicyUrl
(String customPrivacyPolicyUrl) Brand.defaultApp
(DefaultApp defaultApp) Brand.emailDomainId
(String emailDomainId) Brand.removePoweredByOkta
(Boolean removePoweredByOkta)