Class JodaDate
- java.lang.Object
-
- com.atlassian.confluence.api.model.JodaDate
-
@ExperimentalApi public class JodaDate extends Object
atlassian-rest doesn't play nice with the Joda time DateTime class, since it doesn't have a constructor with a single string parameter to deserialize it with.This provides a wrapper to get around that.
- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTime
getDateTime()
-
-
-
Constructor Detail
-
JodaDate
public JodaDate(org.joda.time.DateTime dateTime)
-
JodaDate
public JodaDate(String dateString)
-
-