Class Update
java.lang.Object
com.gentics.contentnode.rest.model.response.admin.Update
- All Implemented Interfaces:
Serializable
An available update
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionChangelog URLVersion of the UpdatesetChangelogUrl
(String changelogUrl) Set the changelog URLsetVersion
(String version) Set the version
-
Field Details
-
version
Version -
changelogUrl
Changelog URL
-
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getVersion
Version of the Update- Returns:
- version
-
setVersion
Set the version- Parameters:
version
- version- Returns:
- fluent API
-
getChangelogUrl
Changelog URL- Returns:
- changelog URL
-
setChangelogUrl
Set the changelog URL- Parameters:
changelogUrl
- URL- Returns:
- fluent API
-