Package org.bonitasoft.web.client.model
Class ThemeCreateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ThemeCreateRequest
-
- All Implemented Interfaces:
Serializable
@Deprecated @Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ThemeCreateRequest 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 classThemeCreateRequest.TypeEnumDeprecated.theme type
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPEDeprecated.static StringJSON_PROPERTY_ZIP_FILE_PATHPORTALDeprecated.
-
Constructor Summary
Constructors Constructor Description ThemeCreateRequest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.ThemeCreateRequest.TypeEnumgetType()Deprecated.theme typeStringgetZipFilePathportal()Deprecated.tmp zip file Path as uploaded to portalinthashCode()Deprecated.voidsetType(ThemeCreateRequest.TypeEnum type)Deprecated.voidsetZipFilePathportal(String zipFilePathportal)Deprecated.StringtoString()Deprecated.ThemeCreateRequesttype(ThemeCreateRequest.TypeEnum type)Deprecated.ThemeCreateRequestzipFilePathportal(String zipFilePathportal)Deprecated.
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_ZIP_FILE_PATHPORTAL
public static final String JSON_PROPERTY_ZIP_FILE_PATHPORTAL
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ThemeCreateRequest type(ThemeCreateRequest.TypeEnum type)
Deprecated.
-
getType
@Nullable public ThemeCreateRequest.TypeEnum getType()
Deprecated.theme type- Returns:
- type
-
setType
public void setType(ThemeCreateRequest.TypeEnum type)
Deprecated.
-
zipFilePathportal
public ThemeCreateRequest zipFilePathportal(String zipFilePathportal)
Deprecated.
-
getZipFilePathportal
@Nullable public String getZipFilePathportal()
Deprecated.tmp zip file Path as uploaded to portal- Returns:
- zipFilePathportal
-
setZipFilePathportal
public void setZipFilePathportal(String zipFilePathportal)
Deprecated.
-
-