Uses of Class
io.sendon.model.RegisterChannel406Response.CodeEnum
-
Packages that use RegisterChannel406Response.CodeEnum Package Description io.sendon.model -
-
Uses of RegisterChannel406Response.CodeEnum in io.sendon.model
Methods in io.sendon.model that return RegisterChannel406Response.CodeEnum Modifier and Type Method Description static RegisterChannel406Response.CodeEnumRegisterChannel406Response.CodeEnum. fromValue(BigDecimal value)RegisterChannel406Response.CodeEnumRegisterChannel406Response. getCode()Get codeRegisterChannel406Response.CodeEnumRegisterChannel406Response.CodeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RegisterChannel406Response.CodeEnumRegisterChannel406Response.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RegisterChannel406Response.CodeEnum[]RegisterChannel406Response.CodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.model with parameters of type RegisterChannel406Response.CodeEnum Modifier and Type Method Description RegisterChannel406ResponseRegisterChannel406Response. code(RegisterChannel406Response.CodeEnum code)voidRegisterChannel406Response. setCode(RegisterChannel406Response.CodeEnum code)voidRegisterChannel406Response.CodeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RegisterChannel406Response.CodeEnum enumeration)
-