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 Brand
Client. 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 Brand
Brand. setAgreeToCustomPrivacyPolicy(java.lang.Boolean agreeToCustomPrivacyPolicy)
Brand
Brand. setCustomPrivacyPolicyUrl(java.lang.String customPrivacyPolicyUrl)
Brand
Brand. setRemovePoweredByOkta(java.lang.Boolean removePoweredByOkta)
Brand
Brand. update()
Update Brand Updates a brand by `brandId`
-