Package org.bonitasoft.web.client.api
Interface ThemeApi
-
- All Superinterfaces:
ApiClient.Api
public interface ThemeApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateTheme(ThemeCreateRequest body)Create the Theme Create the ThemevoidrestoreTheme(ThemeRestoreRequest themeRestoreRequest)Restore default Theme Restore the default theme
-
-
-
Method Detail
-
createTheme
void createTheme(ThemeCreateRequest body)
Create the Theme Create the Theme- Parameters:
body- Partial Theme description (required)
-
restoreTheme
void restoreTheme(ThemeRestoreRequest themeRestoreRequest)
Restore default Theme Restore the default theme- Parameters:
themeRestoreRequest- Partial Theme description (required)
-
-