Uses of Class
org.bonitasoft.web.client.model.FormMappingUpdateRequest
-
Packages that use FormMappingUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of FormMappingUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type FormMappingUpdateRequest Modifier and Type Method Description voidFormMappingApi. updateFormMappingById(String id, FormMappingUpdateRequest formMappingUpdateRequest)Update the FormMapping by ID  Update the FormMapping for the given IDApiResponse<Void>FormMappingApi. updateFormMappingByIdWithHttpInfo(String id, FormMappingUpdateRequest formMappingUpdateRequest)Update the FormMapping by ID Similar toupdateFormMappingByIdbut it also returns the http response headers . -
Uses of FormMappingUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FormMappingUpdateRequest Modifier and Type Method Description FormMappingUpdateRequestFormMappingUpdateRequest. pageId(String pageId)FormMappingUpdateRequestFormMappingUpdateRequest. url(String url)
-