Uses of Class
model.Fee.FeeSubtypeEnum
-
Packages that use Fee.FeeSubtypeEnum Package Description model -
-
Uses of Fee.FeeSubtypeEnum in model
Methods in model that return Fee.FeeSubtypeEnum Modifier and Type Method Description static Fee.FeeSubtypeEnumFee.FeeSubtypeEnum. fromValue(String value)Fee.FeeSubtypeEnumFee. getFeeSubtype()Subtype of the `fee`.Fee.FeeSubtypeEnumFee.FeeSubtypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Fee.FeeSubtypeEnumFee.FeeSubtypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Fee.FeeSubtypeEnum[]Fee.FeeSubtypeEnum. 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.FeeSubtypeEnum Modifier and Type Method Description FeeFee. feeSubtype(Fee.FeeSubtypeEnum feeSubtype)voidFee. setFeeSubtype(Fee.FeeSubtypeEnum feeSubtype)voidFee.FeeSubtypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Fee.FeeSubtypeEnum enumeration)
-