Uses of Class
io.sendon.model.BlocklistDto.BlockTypeEnum
-
Packages that use BlocklistDto.BlockTypeEnum Package Description io.sendon.model -
-
Uses of BlocklistDto.BlockTypeEnum in io.sendon.model
Methods in io.sendon.model that return BlocklistDto.BlockTypeEnum Modifier and Type Method Description static BlocklistDto.BlockTypeEnumBlocklistDto.BlockTypeEnum. fromValue(String value)BlocklistDto.BlockTypeEnumBlocklistDto. getBlockType()수신거부 유형BlocklistDto.BlockTypeEnumBlocklistDto.BlockTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static BlocklistDto.BlockTypeEnumBlocklistDto.BlockTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BlocklistDto.BlockTypeEnum[]BlocklistDto.BlockTypeEnum. 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 BlocklistDto.BlockTypeEnum Modifier and Type Method Description BlocklistDtoBlocklistDto. blockType(BlocklistDto.BlockTypeEnum blockType)voidBlocklistDto. setBlockType(BlocklistDto.BlockTypeEnum blockType)voidBlocklistDto.BlockTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, BlocklistDto.BlockTypeEnum enumeration)
-