Class 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
    • Constructor Detail

      • JodaDate

        public JodaDate​(org.joda.time.DateTime dateTime)
      • JodaDate

        public JodaDate​(String dateString)
    • Method Detail

      • getDateTime

        public org.joda.time.DateTime getDateTime()