Package io.stigg.api.operations.type
Class WidgetType
- java.lang.Object
-
- io.stigg.api.operations.type.WidgetType
-
- Direct Known Subclasses:
WidgetType.UNKNOWN__
public class WidgetType extends java.lang.ObjectThe widget type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWidgetType.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static WidgetTypeCHECKOUTstatic WidgetTypeCUSTOMER_PORTALstatic WidgetTypePAYWALLjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description WidgetType(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WidgetTypesafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
CHECKOUT
public static WidgetType CHECKOUT
-
CUSTOMER_PORTAL
public static WidgetType CUSTOMER_PORTAL
-
PAYWALL
public static WidgetType PAYWALL
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static WidgetType safeValueOf(java.lang.String rawValue)
-
-