Uses of Class
io.sendon.model.RegisterChannel409Response.CodeEnum
-
Packages that use RegisterChannel409Response.CodeEnum Package Description io.sendon.model -
-
Uses of RegisterChannel409Response.CodeEnum in io.sendon.model
Methods in io.sendon.model that return RegisterChannel409Response.CodeEnum Modifier and Type Method Description static RegisterChannel409Response.CodeEnumRegisterChannel409Response.CodeEnum. fromValue(BigDecimal value)RegisterChannel409Response.CodeEnumRegisterChannel409Response. getCode()Get codeRegisterChannel409Response.CodeEnumRegisterChannel409Response.CodeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RegisterChannel409Response.CodeEnumRegisterChannel409Response.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RegisterChannel409Response.CodeEnum[]RegisterChannel409Response.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 RegisterChannel409Response.CodeEnum Modifier and Type Method Description RegisterChannel409ResponseRegisterChannel409Response. code(RegisterChannel409Response.CodeEnum code)voidRegisterChannel409Response. setCode(RegisterChannel409Response.CodeEnum code)voidRegisterChannel409Response.CodeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RegisterChannel409Response.CodeEnum enumeration)
-