Uses of Enum
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.RoomMsgTypeEnum
Packages that use RoomMsgTypeEnum
-
Uses of RoomMsgTypeEnum in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return RoomMsgTypeEnumModifier and TypeMethodDescriptionstatic RoomMsgTypeEnumRoomMsgTypeEnum.forNumber(int value) RoomMessage.Builder.getRoommessagetype().RoomMsgTypeEnum roommessagetype = 4;RoomMessage.getRoommessagetype().RoomMsgTypeEnum roommessagetype = 4;RoomMessageOrBuilder.getRoommessagetype().RoomMsgTypeEnum roommessagetype = 4;static RoomMsgTypeEnumRoomMsgTypeEnum.valueOf(int value) Deprecated.static RoomMsgTypeEnumRoomMsgTypeEnum.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RoomMsgTypeEnumReturns the enum constant of this type with the specified name.static RoomMsgTypeEnum[]RoomMsgTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return types with arguments of type RoomMsgTypeEnumModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RoomMsgTypeEnum>RoomMsgTypeEnum.internalGetValueMap()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type RoomMsgTypeEnumModifier and TypeMethodDescriptionRoomMessage.Builder.setRoommessagetype(RoomMsgTypeEnum value) .RoomMsgTypeEnum roommessagetype = 4;