Package io.stigg.api.operations.type
Class Currency
- java.lang.Object
-
- io.stigg.api.operations.type.Currency
-
- Direct Known Subclasses:
Currency.UNKNOWN__
public class Currency extends java.lang.ObjectCurrency
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCurrency.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Currency(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CurrencysafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
AED
public static Currency AED
-
ALL
public static Currency ALL
-
AMD
public static Currency AMD
-
ANG
public static Currency ANG
-
AUD
public static Currency AUD
-
AWG
public static Currency AWG
-
AZN
public static Currency AZN
-
BAM
public static Currency BAM
-
BBD
public static Currency BBD
-
BDT
public static Currency BDT
-
BGN
public static Currency BGN
-
BIF
public static Currency BIF
-
BMD
public static Currency BMD
-
BND
public static Currency BND
-
BSD
public static Currency BSD
-
BWP
public static Currency BWP
-
BYN
public static Currency BYN
-
BZD
public static Currency BZD
-
CAD
public static Currency CAD
-
CDF
public static Currency CDF
-
CHF
public static Currency CHF
-
CLP
public static Currency CLP
-
CNY
public static Currency CNY
-
CZK
public static Currency CZK
-
DJF
public static Currency DJF
-
DKK
public static Currency DKK
-
DOP
public static Currency DOP
-
DZD
public static Currency DZD
-
EGP
public static Currency EGP
-
ETB
public static Currency ETB
-
EUR
public static Currency EUR
-
FJD
public static Currency FJD
-
GBP
public static Currency GBP
-
GEL
public static Currency GEL
-
GIP
public static Currency GIP
-
GMD
public static Currency GMD
-
GNF
public static Currency GNF
-
GYD
public static Currency GYD
-
HKD
public static Currency HKD
-
HRK
public static Currency HRK
-
HTG
public static Currency HTG
-
IDR
public static Currency IDR
-
ILS
public static Currency ILS
-
INR
public static Currency INR
-
ISK
public static Currency ISK
-
JMD
public static Currency JMD
-
JPY
public static Currency JPY
-
KES
public static Currency KES
-
KGS
public static Currency KGS
-
KHR
public static Currency KHR
-
KMF
public static Currency KMF
-
KRW
public static Currency KRW
-
KYD
public static Currency KYD
-
KZT
public static Currency KZT
-
LBP
public static Currency LBP
-
LKR
public static Currency LKR
-
LRD
public static Currency LRD
-
LSL
public static Currency LSL
-
MAD
public static Currency MAD
-
MDL
public static Currency MDL
-
MGA
public static Currency MGA
-
MKD
public static Currency MKD
-
MMK
public static Currency MMK
-
MNT
public static Currency MNT
-
MOP
public static Currency MOP
-
MRO
public static Currency MRO
-
MVR
public static Currency MVR
-
MWK
public static Currency MWK
-
MXN
public static Currency MXN
-
MYR
public static Currency MYR
-
MZN
public static Currency MZN
-
NAD
public static Currency NAD
-
NGN
public static Currency NGN
-
NOK
public static Currency NOK
-
NPR
public static Currency NPR
-
NZD
public static Currency NZD
-
PGK
public static Currency PGK
-
PHP
public static Currency PHP
-
PKR
public static Currency PKR
-
PLN
public static Currency PLN
-
PYG
public static Currency PYG
-
QAR
public static Currency QAR
-
RON
public static Currency RON
-
RSD
public static Currency RSD
-
RUB
public static Currency RUB
-
RWF
public static Currency RWF
-
SAR
public static Currency SAR
-
SBD
public static Currency SBD
-
SCR
public static Currency SCR
-
SEK
public static Currency SEK
-
SGD
public static Currency SGD
-
SLE
public static Currency SLE
-
SLL
public static Currency SLL
-
SOS
public static Currency SOS
-
SZL
public static Currency SZL
-
THB
public static Currency THB
-
TJS
public static Currency TJS
-
TOP
public static Currency TOP
-
TRY
public static Currency TRY
-
TTD
public static Currency TTD
-
TZS
public static Currency TZS
-
UAH
public static Currency UAH
-
UGX
public static Currency UGX
-
USD
public static Currency USD
-
UZS
public static Currency UZS
-
VND
public static Currency VND
-
VUV
public static Currency VUV
-
WST
public static Currency WST
-
XAF
public static Currency XAF
-
XCD
public static Currency XCD
-
XOF
public static Currency XOF
-
XPF
public static Currency XPF
-
YER
public static Currency YER
-
ZAR
public static Currency ZAR
-
ZMW
public static Currency ZMW
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static Currency safeValueOf(java.lang.String rawValue)
-
-