Class ScheduleResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AbstractItemResponse<ScheduleModel>
com.gentics.contentnode.rest.model.scheduler.ScheduleResponse
- All Implemented Interfaces:
Serializable
Response containing a scheduler schedule
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate empty responseScheduleResponse
(ScheduleModel item, ResponseInfo responseInfo) Create response with schedule and info -
Method Summary
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
-
ScheduleResponse
public ScheduleResponse()Create empty response -
ScheduleResponse
Create response with schedule and info- Parameters:
item
- itemresponseInfo
- info
-