Class WidgetType

  • Direct Known Subclasses:
    WidgetType.UNKNOWN__

    public class WidgetType
    extends java.lang.Object
    The widget type
    • Nested Class Summary

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

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

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

        public static WidgetType CUSTOMER_PORTAL
      • rawValue

        public java.lang.String rawValue
    • Constructor Detail

      • WidgetType

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

      • safeValueOf

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