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