Package io.dialob.api.form
Interface FormPutResponse
-
- All Superinterfaces:
Response,ResponseStatus,Serializable
- All Known Implementing Classes:
ImmutableFormPutResponse
@Immutable @TypeAdapters public interface FormPutResponse extends Response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FormValidationError>getErrors()FormgetForm()StringgetId()StringgetRev()-
Methods inherited from interface io.dialob.api.rest.ResponseStatus
getOk
-
-
-
-
Method Detail
-
getId
String getId()
-
getRev
String getRev()
-
getErrors
List<FormValidationError> getErrors()
-
getForm
Form getForm()
-
-