Package io.stigg.api.operations.type
Class VendorIdentifier
- java.lang.Object
-
- io.stigg.api.operations.type.VendorIdentifier
-
- Direct Known Subclasses:
VendorIdentifier.UNKNOWN__
public class VendorIdentifier extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVendorIdentifier.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static VendorIdentifierAWS_MARKETPLACEstatic VendorIdentifierHUBSPOTjava.lang.StringrawValuestatic VendorIdentifierSNOWFLAKEstatic VendorIdentifierSTRIPEstatic com.apollographql.apollo3.api.EnumTypetypestatic VendorIdentifierZUORA
-
Constructor Summary
Constructors Constructor Description VendorIdentifier(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VendorIdentifiersafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
AWS_MARKETPLACE
public static VendorIdentifier AWS_MARKETPLACE
-
HUBSPOT
public static VendorIdentifier HUBSPOT
-
SNOWFLAKE
public static VendorIdentifier SNOWFLAKE
-
STRIPE
public static VendorIdentifier STRIPE
-
ZUORA
public static VendorIdentifier ZUORA
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static VendorIdentifier safeValueOf(java.lang.String rawValue)
-
-