Package org.bonitasoft.web.client.api
Interface ThemeApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface ThemeApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.voidrestoreTheme(ThemeRestoreRequest themeRestoreRequest) Deprecated.restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest) Deprecated.
-
Method Details
-
createTheme
Deprecated.Create the Theme Create the Theme Warning: Since Bonita 7.13, theme management is deprecated- Parameters:
body- Partial Theme description (required)
-
createThemeWithHttpInfo
Deprecated.Create the Theme Similar tocreateThemebut it also returns the http response headers . Create the Theme Warning: Since Bonita 7.13, theme management is deprecated- Parameters:
body- Partial Theme description (required)
-
restoreTheme
Deprecated.Restore default Theme Restore the default theme Warning: Since Bonita 7.13, theme management is deprecated- Parameters:
themeRestoreRequest- Partial Theme description (required)
-
restoreThemeWithHttpInfo
Deprecated.Restore default Theme Similar torestoreThemebut it also returns the http response headers . Restore the default theme Warning: Since Bonita 7.13, theme management is deprecated- Parameters:
themeRestoreRequest- Partial Theme description (required)
-