Uses of Interface
com.okta.sdk.resource.Brand
-
Packages that use Brand Package Description com.okta.sdk.client com.okta.sdk.resource -
-
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`Brand
Client. updateBrand(Brand brand, java.lang.String brandId)
Update Brand Updates a brand by `brandId`Methods in com.okta.sdk.client with parameters of type Brand Modifier and Type Method Description Brand
Client. updateBrand(Brand brand, java.lang.String brandId)
Update Brand Updates a brand by `brandId` -
Uses of Brand in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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)
-