Uses of Class
org.bonitasoft.web.client.model.PageUpdateRequest
-
Packages that use PageUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of PageUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type PageUpdateRequest Modifier and Type Method Description voidPageApi. updatePageById(String id, PageUpdateRequest pageUpdateRequest)Update the Page by ID Use the PUT method to update an existing custom page.ApiResponse<Void>PageApi. updatePageByIdWithHttpInfo(String id, PageUpdateRequest pageUpdateRequest)Update the Page by ID Similar toupdatePageByIdbut it also returns the http response headers . -
Uses of PageUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return PageUpdateRequest Modifier and Type Method Description PageUpdateRequestPageUpdateRequest. pageZip(String pageZip)
-