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
(CreateBrandRequest createBrandRequest) Create a Brand Creates new brand in your orgRetrieve a Brand Retrieves a brand by `brandId`CustomizationApi.replaceBrand
(String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId`Methods in org.openapitools.client.api that return types with arguments of type BrandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Brand>
CustomizationApi.createBrandWithHttpInfo
(CreateBrandRequest createBrandRequest) Create a Brand Creates new brand in your orgorg.springframework.http.ResponseEntity<Brand>
CustomizationApi.getBrandWithHttpInfo
(String brandId) Retrieve a Brand Retrieves a brand by `brandId`CustomizationApi.listBrands()
List all Brands Lists all the brands in your orgCustomizationApi.listBrandsWithHttpInfo()
List all Brands Lists all the brands in your orgEmailDomainApi.listEmailDomainBrands
(String emailDomainId) List all brands linked to an email domain Lists all brands linked to an email domainEmailDomainApi.listEmailDomainBrandsWithHttpInfo
(String emailDomainId) List all brands linked to an email domain Lists all brands linked to an email domainorg.springframework.http.ResponseEntity<Brand>
CustomizationApi.replaceBrandWithHttpInfo
(String brandId, BrandRequest brand) 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
(BrandDefaultApp defaultApp) Brand.displayLanguage
(String displayLanguage) Brand.links
(BrandLinks links) Brand.removePoweredByOkta
(Boolean removePoweredByOkta)