Uses of Interface
com.okta.sdk.resource.ImageUploadResponse
-
Packages that use ImageUploadResponse Package Description com.okta.sdk.client -
-
Uses of ImageUploadResponse in com.okta.sdk.client
Methods in com.okta.sdk.client that return ImageUploadResponse Modifier and Type Method Description ImageUploadResponse
Client. uploadBrandThemeBackgroundImage(java.lang.String brandId, java.lang.String themeId)
Updates the background image for your Theme Updates the background image for your ThemeImageUploadResponse
Client. uploadBrandThemeFavicon(java.lang.String brandId, java.lang.String themeId)
Updates the favicon for your theme Updates the favicon for your themeImageUploadResponse
Client. uploadBrandThemeLogo(java.lang.String brandId, java.lang.String themeId)
Update a themes logo Updates the logo for your Theme
-