Package org.trellisldp.common
Class Version
- java.lang.Object
-
- org.trellisldp.common.Version
-
public class Version extends Object
A class representing a version URI parameter.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getInstant()
Retrieve the instant.String
toString()
static Version
valueOf(String value)
Create a Version object from a string value.
-