Class PricingType

  • Direct Known Subclasses:
    PricingType.UNKNOWN__

    public class PricingType
    extends java.lang.Object
    Pricing Type.
    • Nested Class Summary

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

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

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

      • PricingType

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

      • safeValueOf

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