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 Modifier and Type Method Description voidcreateTheme(ThemeCreateRequest body)Create the Theme Create the ThemeApiResponse<Void>createThemeWithHttpInfo(ThemeCreateRequest body)Create the Theme Similar tocreateThemebut it also returns the http response headers .voidrestoreTheme(ThemeRestoreRequest themeRestoreRequest)Restore default Theme Restore the default themeApiResponse<Void>restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest)Restore default Theme Similar torestoreThemebut it also returns the http response headers .
-
-
-
Method Detail
-
createTheme
void createTheme(ThemeCreateRequest body)
Create the Theme Create the Theme- Parameters:
body- Partial Theme description (required)
-
createThemeWithHttpInfo
ApiResponse<Void> createThemeWithHttpInfo(ThemeCreateRequest body)
Create the Theme Similar tocreateThemebut it also returns the http response headers . 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)
-
restoreThemeWithHttpInfo
ApiResponse<Void> restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest)
Restore default Theme Similar torestoreThemebut it also returns the http response headers . Restore the default theme- Parameters:
themeRestoreRequest- Partial Theme description (required)
-
-