Uses of Class
model.Transfer.TypeEnum
-
Packages that use Transfer.TypeEnum Package Description model -
-
Uses of Transfer.TypeEnum in model
Methods in model that return Transfer.TypeEnum Modifier and Type Method Description static Transfer.TypeEnumTransfer.TypeEnum. fromValue(String value)Transfer.TypeEnumTransfer. getType()Type of `Transfer`.Transfer.TypeEnumTransfer.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Transfer.TypeEnumTransfer.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Transfer.TypeEnum[]Transfer.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Transfer.TypeEnum Modifier and Type Method Description voidTransfer. setType(Transfer.TypeEnum type)TransferTransfer. type(Transfer.TypeEnum type)voidTransfer.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Transfer.TypeEnum enumeration)
-