Package org.bonitasoft.web.client.model
Class PageUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.PageUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PageUpdateRequest extends Object implements Serializable
PageUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGE_ZIP
-
Constructor Summary
Constructors Constructor Description PageUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPageZip()pageZip as named in the temp folder after uploadinthashCode()PageUpdateRequestpageZip(String pageZip)voidsetPageZip(String pageZip)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGE_ZIP
public static final String JSON_PROPERTY_PAGE_ZIP
- See Also:
- Constant Field Values
-
-
Method Detail
-
pageZip
public PageUpdateRequest pageZip(String pageZip)
-
getPageZip
@Nullable public String getPageZip()
pageZip as named in the temp folder after upload- Returns:
- pageZip
-
setPageZip
public void setPageZip(String pageZip)
-
-