Uses of Class
model.Fee.FeeTypeEnum
-
Packages that use Fee.FeeTypeEnum Package Description model -
-
Uses of Fee.FeeTypeEnum in model
Methods in model that return Fee.FeeTypeEnum Modifier and Type Method Description static Fee.FeeTypeEnumFee.FeeTypeEnum. fromValue(String value)Fee.FeeTypeEnumFee. getFeeType()The type of `fee`.Fee.FeeTypeEnumFee.FeeTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Fee.FeeTypeEnumFee.FeeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Fee.FeeTypeEnum[]Fee.FeeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Fee.FeeTypeEnum Modifier and Type Method Description FeeFee. feeType(Fee.FeeTypeEnum feeType)voidFee. setFeeType(Fee.FeeTypeEnum feeType)voidFee.FeeTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Fee.FeeTypeEnum enumeration)
-