Uses of Class
org.openapitools.client.model.ImageUploadResponse
Packages that use ImageUploadResponse
-
Uses of ImageUploadResponse in org.openapitools.client.api
Methods in org.openapitools.client.api that return ImageUploadResponseModifier and TypeMethodDescriptionCustomizationApi.uploadBrandThemeBackgroundImage
(String brandId, String themeId, File _file) Upload the Background Image Updates the background image for your ThemeCustomizationApi.uploadBrandThemeFavicon
(String brandId, String themeId, File _file) Upload the Favicon Updates the favicon for your themeCustomizationApi.uploadBrandThemeLogo
(String brandId, String themeId, File _file) Upload the Logo Updates the logo for your ThemeMethods in org.openapitools.client.api that return types with arguments of type ImageUploadResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImageUploadResponse>
CustomizationApi.uploadBrandThemeBackgroundImageWithHttpInfo
(String brandId, String themeId, File _file) Upload the Background Image Updates the background image for your Themeorg.springframework.http.ResponseEntity<ImageUploadResponse>
CustomizationApi.uploadBrandThemeFaviconWithHttpInfo
(String brandId, String themeId, File _file) Upload the Favicon Updates the favicon for your themeorg.springframework.http.ResponseEntity<ImageUploadResponse>
CustomizationApi.uploadBrandThemeLogoWithHttpInfo
(String brandId, String themeId, File _file) Upload the Logo Updates the logo for your Theme