Package org.bonitasoft.web.client.api
Interface ThemeApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface ThemeApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcreateTheme(ThemeCreateRequest body)Deprecated.ApiResponse<Void>createThemeWithHttpInfo(ThemeCreateRequest body)Deprecated.voidrestoreTheme(ThemeRestoreRequest themeRestoreRequest)Deprecated.ApiResponse<Void>restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest)Deprecated.
-
-
-
Method Detail
-
createTheme
@Deprecated void createTheme(ThemeCreateRequest body)
Deprecated.Create the Theme Create the Theme Warning: Since Bonita 7.13, theme management is deprecated- Parameters:
body- Partial Theme description (required)
-
createThemeWithHttpInfo
@Deprecated ApiResponse<Void> createThemeWithHttpInfo(ThemeCreateRequest body)
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 void restoreTheme(ThemeRestoreRequest themeRestoreRequest)
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 ApiResponse<Void> restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest)
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)
-
-