Uses of Class
com.okta.sdk.resource.model.Brand
Packages that use Brand
- 
Uses of Brand in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return BrandModifier and TypeMethodDescriptionBrandsApi.createBrand(CreateBrandRequest createBrandRequest) Create a Brand Creates a new brand in your orgBrandsApi.createBrand(CreateBrandRequest createBrandRequest, Map<String, String> additionalHeaders) Create a Brand Creates a new brand in your orgBrandsApi.replaceBrand(String brandId, BrandRequest brand) Replace a Brand Replaces a brand by `brandId` Passing an invalid `brandId` returns a `404 Not Found` status code with the error code `E0000007`.BrandsApi.replaceBrand(String brandId, BrandRequest brand, Map<String, String> additionalHeaders) Replace a Brand Replaces a brand by `brandId` Passing an invalid `brandId` returns a `404 Not Found` status code with the error code `E0000007`. - 
Uses of Brand in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.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)