Class DateTime


  • public class DateTime
    extends java.lang.Object
    A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.apollographql.apollo3.api.CustomScalarType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      DateTime()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public static com.apollographql.apollo3.api.CustomScalarType type
    • Constructor Detail

      • DateTime

        public DateTime()