Uses of Enum
org.bonitasoft.web.client.model.ThemeCreateRequest.TypeEnum
Packages that use ThemeCreateRequest.TypeEnum
-
Uses of ThemeCreateRequest.TypeEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ThemeCreateRequest.TypeEnumModifier and TypeMethodDescriptionstatic ThemeCreateRequest.TypeEnumThemeCreateRequest.getType()Deprecated.theme typestatic ThemeCreateRequest.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidThemeCreateRequest.setType(ThemeCreateRequest.TypeEnum type) Deprecated.ThemeCreateRequest.type(ThemeCreateRequest.TypeEnum type) Deprecated.