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