Package com.flowable.idm.dto
Class CurrentUserThemeConfiguration
- java.lang.Object
-
- com.flowable.idm.dto.CurrentUserThemeConfiguration
-
public class CurrentUserThemeConfiguration extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description CurrentUserThemeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Map<String,String>
getOptions()
void
setName(String name)
void
setOptions(Map<String,String> options)
-