Class JodaDate
- java.lang.Object
-
- com.atlassian.confluence.api.model.JodaDate
-
@Deprecated public class JodaDate extends Object
Deprecated.since 8.8atlassian-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 Deprecated Methods Modifier and Type Method Description org.joda.time.DateTime
getDateTime()
Deprecated.
-
-
-
Constructor Detail
-
JodaDate
public JodaDate(org.joda.time.DateTime dateTime)
Deprecated.
-
JodaDate
public JodaDate(String dateString)
Deprecated.
-
-