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 Details

    • 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 to createTheme but 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 to restoreTheme but 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)