Uses of Class
org.bonitasoft.web.client.model.ThemeRestoreRequest.TypeEnum
-
Packages that use ThemeRestoreRequest.TypeEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ThemeRestoreRequest.TypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ThemeRestoreRequest.TypeEnum Modifier and Type Method Description static ThemeRestoreRequest.TypeEnumThemeRestoreRequest.TypeEnum. fromValue(String value)ThemeRestoreRequest.TypeEnumThemeRestoreRequest. getType()theme typestatic ThemeRestoreRequest.TypeEnumThemeRestoreRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThemeRestoreRequest.TypeEnum[]ThemeRestoreRequest.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 ThemeRestoreRequest.TypeEnum Modifier and Type Method Description voidThemeRestoreRequest. setType(ThemeRestoreRequest.TypeEnum type)ThemeRestoreRequestThemeRestoreRequest. type(ThemeRestoreRequest.TypeEnum type)
-