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