Uses of Enum
model.Fee.LinkedTypeEnum
Packages that use Fee.LinkedTypeEnum
-
Uses of Fee.LinkedTypeEnum in model
Methods in model that return Fee.LinkedTypeEnumModifier and TypeMethodDescriptionstatic Fee.LinkedTypeEnumFee.getLinkedType()The type of entity the `fee` is linked (**null** by default).Fee.LinkedTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Fee.LinkedTypeEnumReturns the enum constant of this type with the specified name.static Fee.LinkedTypeEnum[]Fee.LinkedTypeEnum.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.LinkedTypeEnumModifier and TypeMethodDescriptionFee.linkedType(Fee.LinkedTypeEnum linkedType) voidFee.setLinkedType(Fee.LinkedTypeEnum linkedType) voidFee.LinkedTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Fee.LinkedTypeEnum enumeration)