Uses of Class
model.Fee.LinkedTypeEnum
-
Packages that use Fee.LinkedTypeEnum Package Description model -
-
Uses of Fee.LinkedTypeEnum in model
Methods in model that return Fee.LinkedTypeEnum Modifier and Type Method Description static Fee.LinkedTypeEnumFee.LinkedTypeEnum. fromValue(String value)Fee.LinkedTypeEnumFee. getLinkedType()The type of entity the `fee` is linked to (**null** by default).Fee.LinkedTypeEnumFee.LinkedTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Fee.LinkedTypeEnumFee.LinkedTypeEnum. valueOf(String name)Returns 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.LinkedTypeEnum Modifier and Type Method Description FeeFee. linkedType(Fee.LinkedTypeEnum linkedType)voidFee. setLinkedType(Fee.LinkedTypeEnum linkedType)voidFee.LinkedTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Fee.LinkedTypeEnum enumeration)
-