Uses of Enum
model.Fee.FeeSubtypeEnum
Packages that use Fee.FeeSubtypeEnum
-
Uses of Fee.FeeSubtypeEnum in model
Methods in model that return Fee.FeeSubtypeEnumModifier and TypeMethodDescriptionstatic Fee.FeeSubtypeEnumFee.getFeeSubtype()Subtype of the `fee`.Fee.FeeSubtypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Fee.FeeSubtypeEnumReturns 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.FeeSubtypeEnumModifier and TypeMethodDescriptionFee.feeSubtype(Fee.FeeSubtypeEnum feeSubtype) voidFee.setFeeSubtype(Fee.FeeSubtypeEnum feeSubtype) voidFee.FeeSubtypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Fee.FeeSubtypeEnum enumeration)