Uses of Class
io.sendon.model.NumberSimple.RejectTypeEnum
-
Packages that use NumberSimple.RejectTypeEnum Package Description io.sendon.model -
-
Uses of NumberSimple.RejectTypeEnum in io.sendon.model
Methods in io.sendon.model that return NumberSimple.RejectTypeEnum Modifier and Type Method Description static NumberSimple.RejectTypeEnumNumberSimple.RejectTypeEnum. fromValue(String value)NumberSimple.RejectTypeEnumNumberSimple. getRejectType()반려 종류NumberSimple.RejectTypeEnumNumberSimple.RejectTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static NumberSimple.RejectTypeEnumNumberSimple.RejectTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberSimple.RejectTypeEnum[]NumberSimple.RejectTypeEnum. 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.RejectTypeEnum Modifier and Type Method Description NumberSimpleNumberSimple. rejectType(NumberSimple.RejectTypeEnum rejectType)voidNumberSimple. setRejectType(NumberSimple.RejectTypeEnum rejectType)voidNumberSimple.RejectTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, NumberSimple.RejectTypeEnum enumeration)
-