Package org.bonitasoft.web.client.model
Class ThemeRestoreRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ThemeRestoreRequest
-
- All Implemented Interfaces:
Serializable
@Deprecated @Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ThemeRestoreRequest extends Object implements Serializable
Deprecated.Since Bonita 7.13, theme management is deprecated- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThemeRestoreRequest.TypeEnumDeprecated.theme type
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPEDeprecated.
-
Constructor Summary
Constructors Constructor Description ThemeRestoreRequest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.ThemeRestoreRequest.TypeEnumgetType()Deprecated.theme typeinthashCode()Deprecated.voidsetType(ThemeRestoreRequest.TypeEnum type)Deprecated.StringtoString()Deprecated.ThemeRestoreRequesttype(ThemeRestoreRequest.TypeEnum type)Deprecated.
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ThemeRestoreRequest type(ThemeRestoreRequest.TypeEnum type)
Deprecated.
-
getType
@Nullable public ThemeRestoreRequest.TypeEnum getType()
Deprecated.theme type- Returns:
- type
-
setType
public void setType(ThemeRestoreRequest.TypeEnum type)
Deprecated.
-
-