Uses of Class
org.bonitasoft.web.client.model.ThemeCreateRequest.TypeEnum
-
Packages that use ThemeCreateRequest.TypeEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ThemeCreateRequest.TypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ThemeCreateRequest.TypeEnum Modifier and Type Method Description static ThemeCreateRequest.TypeEnumThemeCreateRequest.TypeEnum. fromValue(String value)ThemeCreateRequest.TypeEnumThemeCreateRequest. getType()theme typestatic ThemeCreateRequest.TypeEnumThemeCreateRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThemeCreateRequest.TypeEnum[]ThemeCreateRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type ThemeCreateRequest.TypeEnum Modifier and Type Method Description voidThemeCreateRequest. setType(ThemeCreateRequest.TypeEnum type)ThemeCreateRequestThemeCreateRequest. type(ThemeCreateRequest.TypeEnum type)
-