Uses of Class
org.bonitasoft.web.client.model.ThemeCreateRequest
-
Packages that use ThemeCreateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ThemeCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ThemeCreateRequest Modifier and Type Method Description voidThemeApi. createTheme(ThemeCreateRequest body)Create the Theme Create the ThemeApiResponse<Void>ThemeApi. createThemeWithHttpInfo(ThemeCreateRequest body)Create the Theme Similar tocreateThemebut it also returns the http response headers . -
Uses of ThemeCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ThemeCreateRequest Modifier and Type Method Description ThemeCreateRequestThemeCreateRequest. type(ThemeCreateRequest.TypeEnum type)ThemeCreateRequestThemeCreateRequest. zipFilePathportal(String zipFilePathportal)
-