Class Version
java.lang.Object
org.exoplatform.social.service.rest.api.models.Version
Version class to expose as json response object.
- Since:
- Jun 15, 2011
- Author:
- hoatle (hoatlevan at gmail dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the latest social rest api version.voidsetVersion(String latestVersion) Sets the latest social rest api version.
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Gets the latest social rest api version.- Returns:
- the string the latest social rest api version
-
setVersion
Sets the latest social rest api version.- Parameters:
latestVersion- the string the latest social rest api version
-