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