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