Uses of Class
org.bonitasoft.web.client.model.ThemeRestoreRequest
-
Packages that use ThemeRestoreRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ThemeRestoreRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ThemeRestoreRequest Modifier and Type Method Description voidThemeApi. restoreTheme(ThemeRestoreRequest themeRestoreRequest)Restore default Theme Restore the default themeApiResponse<Void>ThemeApi. restoreThemeWithHttpInfo(ThemeRestoreRequest themeRestoreRequest)Restore default Theme Similar torestoreThemebut it also returns the http response headers . -
Uses of ThemeRestoreRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ThemeRestoreRequest Modifier and Type Method Description ThemeRestoreRequestThemeRestoreRequest. type(ThemeRestoreRequest.TypeEnum type)
-