Class UpdatesInfoResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.admin.UpdatesInfoResponse
-
- All Implemented Interfaces:
Serializable
public class UpdatesInfoResponse extends GenericResponse
Response containing the available updates- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdatesInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAvailable()
List of available updatesvoid
setAvailable(List<String> available)
Set available updates-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-