Uses of Class
dev.vality.damsel.domain.PaymentCardCVC._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentCardCVC._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type PaymentCardCVC._Fields Modifier and Type Field Description static Map<PaymentCardCVC._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentCardCVC. metaDataMapMethods in dev.vality.damsel.domain that return PaymentCardCVC._Fields Modifier and Type Method Description protected PaymentCardCVC._FieldsPaymentCardCVC. enumForId(short id)PaymentCardCVC._FieldsPaymentCardCVC. fieldForId(int fieldId)static PaymentCardCVC._FieldsPaymentCardCVC._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PaymentCardCVC._FieldsPaymentCardCVC._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PaymentCardCVC._FieldsPaymentCardCVC._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PaymentCardCVC._Fields[]PaymentCardCVC. getFields()static PaymentCardCVC._FieldsPaymentCardCVC._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentCardCVC._Fields[]PaymentCardCVC._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type PaymentCardCVC._Fields Modifier and Type Method Description Map<PaymentCardCVC._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentCardCVC. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type PaymentCardCVC._Fields Modifier and Type Method Description protected voidPaymentCardCVC. checkType(PaymentCardCVC._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldPaymentCardCVC. getFieldDesc(PaymentCardCVC._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type PaymentCardCVC._Fields Constructor Description PaymentCardCVC(PaymentCardCVC._Fields setField, Object value)