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