Class CouponType

  • Direct Known Subclasses:
    CouponType.UNKNOWN__

    public class CouponType
    extends java.lang.Object
    The type of the coupon
    • Nested Class Summary

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

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CouponType 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

      • CouponType

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

      • safeValueOf

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