Class UpdatesInfoResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.admin.UpdatesInfoResponse
- All Implemented Interfaces:
Serializable
Response containing the available updates
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList of available updatesvoid
setAvailable
(List<Update> available) Set available updatesMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Field Details
-
available
Available updates
-
-
Constructor Details
-
UpdatesInfoResponse
public UpdatesInfoResponse()
-
-
Method Details
-
getAvailable
List of available updates- Returns:
- available updates
-
setAvailable
Set available updates- Parameters:
available
- updates
-