Uses of Class
org.openapitools.client.model.BrandRequest
Packages that use BrandRequest
-
Uses of BrandRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type BrandRequestModifier and TypeMethodDescription<T> T
CustomizationApi.replaceBrand
(Class<?> T, String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId`CustomizationApi.replaceBrand
(String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId`org.springframework.http.ResponseEntity<Brand>
CustomizationApi.replaceBrandWithHttpInfo
(String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId`CustomizationApi.replaceBrandWithPaginationInfo
(String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId` -
Uses of BrandRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return BrandRequestModifier and TypeMethodDescriptionBrandRequest.agreeToCustomPrivacyPolicy
(Boolean agreeToCustomPrivacyPolicy) BrandRequest.customPrivacyPolicyUrl
(String customPrivacyPolicyUrl) BrandRequest.removePoweredByOkta
(Boolean removePoweredByOkta)