Uses of Interface
com.okta.sdk.resource.brand.Brand
-
Packages that use Brand Package Description com.okta.sdk.client com.okta.sdk.resource.brand -
-
Uses of Brand in com.okta.sdk.client
Methods in com.okta.sdk.client that return Brand Modifier and Type Method Description BrandClient. getBrand(java.lang.String brandId)Get Brand Fetches a brand by `brandId` -
Uses of Brand in com.okta.sdk.resource.brand
Methods in com.okta.sdk.resource.brand that return Brand Modifier and Type Method Description BrandBrand. setAgreeToCustomPrivacyPolicy(java.lang.Boolean agreeToCustomPrivacyPolicy)BrandBrand. setCustomPrivacyPolicyUrl(java.lang.String customPrivacyPolicyUrl)BrandBrand. setRemovePoweredByOkta(java.lang.Boolean removePoweredByOkta)BrandBrand. update()Update Brand Updates a brand by `brandId`
-