Uses of Enum
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.CommentTypeTag
Packages that use CommentTypeTag
-
Uses of CommentTypeTag in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return CommentTypeTagModifier and TypeMethodDescriptionstatic CommentTypeTagCommentTypeTag.forNumber(int value) LandscapeAreaCommon.Builder.getCommentTypeTagsList(int index) repeated .CommentTypeTag commentTypeTagsList = 5;LandscapeAreaCommon.getCommentTypeTagsList(int index) repeated .CommentTypeTag commentTypeTagsList = 5;LandscapeAreaCommonOrBuilder.getCommentTypeTagsList(int index) repeated .CommentTypeTag commentTypeTagsList = 5;static CommentTypeTagCommentTypeTag.valueOf(int value) Deprecated.static CommentTypeTagCommentTypeTag.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CommentTypeTagReturns the enum constant of this type with the specified name.static CommentTypeTag[]CommentTypeTag.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 CommentTypeTagModifier and TypeMethodDescriptionLandscapeAreaCommon.Builder.getCommentTypeTagsListList()repeated .CommentTypeTag commentTypeTagsList = 5;LandscapeAreaCommon.getCommentTypeTagsListList()repeated .CommentTypeTag commentTypeTagsList = 5;LandscapeAreaCommonOrBuilder.getCommentTypeTagsListList()repeated .CommentTypeTag commentTypeTagsList = 5;static com.google.protobuf.Internal.EnumLiteMap<CommentTypeTag>CommentTypeTag.internalGetValueMap()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type CommentTypeTagModifier and TypeMethodDescriptionLandscapeAreaCommon.Builder.addCommentTypeTagsList(CommentTypeTag value) repeated .CommentTypeTag commentTypeTagsList = 5;LandscapeAreaCommon.Builder.setCommentTypeTagsList(int index, CommentTypeTag value) repeated .CommentTypeTag commentTypeTagsList = 5;Method parameters in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with type arguments of type CommentTypeTagModifier and TypeMethodDescriptionLandscapeAreaCommon.Builder.addAllCommentTypeTagsList(Iterable<? extends CommentTypeTag> values) repeated .CommentTypeTag commentTypeTagsList = 5;