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