Class TrialPeriodUnits

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TrialPeriodUnits.UNKNOWN__
      An enum value that wasn't known at compile time.
    • Constructor Summary

      Constructors 
      Constructor Description
      TrialPeriodUnits​(java.lang.String rawValue)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TrialPeriodUnits safeValueOf​(java.lang.String rawValue)  
      • 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.EnumType type
      • rawValue

        public java.lang.String rawValue
    • Constructor Detail

      • TrialPeriodUnits

        public TrialPeriodUnits​(java.lang.String rawValue)
    • Method Detail

      • safeValueOf

        public static TrialPeriodUnits safeValueOf​(java.lang.String rawValue)