Class FormResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AbstractItemResponse<FormModel>
com.gentics.contentnode.rest.model.form.FormResponse
- All Implemented Interfaces:
Serializable
public class FormResponse
extends com.gentics.contentnode.rest.model.response.AbstractItemResponse<FormModel>
Response containing an item
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate empty responseFormResponse
(FormModel item, com.gentics.contentnode.rest.model.response.ResponseInfo responseInfo) Create response with item and info -
Method Summary
Modifier and TypeMethodDescriptioncom.gentics.contentnode.rest.model.response.StagingStatus
void
setStagingStatus
(com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus) Methods inherited from class com.gentics.contentnode.rest.model.response.AbstractItemResponse
getItem, setItem
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
FormResponse
public FormResponse()Create empty response -
FormResponse
public FormResponse(FormModel item, com.gentics.contentnode.rest.model.response.ResponseInfo responseInfo) Create response with item and info- Parameters:
item
- itemresponseInfo
- info
-
-
Method Details
-
getStagingStatus
public com.gentics.contentnode.rest.model.response.StagingStatus getStagingStatus() -
setStagingStatus
public void setStagingStatus(com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus)
-