Uses of Class
io.sendon.model.NumberSimple.NumberTypeEnum
-
Packages that use NumberSimple.NumberTypeEnum Package Description io.sendon.model -
-
Uses of NumberSimple.NumberTypeEnum in io.sendon.model
Methods in io.sendon.model that return NumberSimple.NumberTypeEnum Modifier and Type Method Description static NumberSimple.NumberTypeEnumNumberSimple.NumberTypeEnum. fromValue(String value)NumberSimple.NumberTypeEnumNumberSimple. getNumberType()발신번호의 유형NumberSimple.NumberTypeEnumNumberSimple.NumberTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static NumberSimple.NumberTypeEnumNumberSimple.NumberTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberSimple.NumberTypeEnum[]NumberSimple.NumberTypeEnum. 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 NumberSimple.NumberTypeEnum Modifier and Type Method Description NumberSimpleNumberSimple. numberType(NumberSimple.NumberTypeEnum numberType)voidNumberSimple. setNumberType(NumberSimple.NumberTypeEnum numberType)voidNumberSimple.NumberTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, NumberSimple.NumberTypeEnum enumeration)
-