Uses of Enum Class
com.serinity.forumcontrol.model.ThreadType
Packages that use ThreadType
-
Uses of ThreadType in com.serinity.forumcontrol.model
Subclasses with type arguments of type ThreadType in com.serinity.forumcontrol.modelMethods in com.serinity.forumcontrol.model that return ThreadTypeModifier and TypeMethodDescriptionstatic ThreadTypeThreadType.fromString(String value) Thread.getType()static ThreadTypeReturns the enum constant of this class with the specified name.static ThreadType[]ThreadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.serinity.forumcontrol.model with parameters of type ThreadTypeConstructors in com.serinity.forumcontrol.model with parameters of type ThreadTypeModifierConstructorDescriptionThread(long categoryId, String userId, String title, String content, ThreadType type, ThreadStatus status, boolean isPinned)