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