Package io.dialob.api.form
Interface FormPutResponse
- All Superinterfaces:
Response,ResponseStatus,Serializable
- All Known Implementing Classes:
ImmutableFormPutResponse
-
Method Summary
Methods inherited from interface io.dialob.api.rest.ResponseStatus
getOk
-
Method Details
-
getId
String getId() -
getRev
String getRev() -
getErrors
List<FormValidationError> getErrors() -
getForm
Form getForm()
-