Uses of Enum Class
com.serinity.forumcontrol.model.ThreadStatus
Packages that use ThreadStatus
-
Uses of ThreadStatus in com.serinity.forumcontrol.model
Subclasses with type arguments of type ThreadStatus in com.serinity.forumcontrol.modelMethods in com.serinity.forumcontrol.model that return ThreadStatusModifier and TypeMethodDescriptionstatic ThreadStatusThreadStatus.fromString(String value) Thread.getStatus()static ThreadStatusReturns the enum constant of this class with the specified name.static ThreadStatus[]ThreadStatus.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 ThreadStatusConstructors in com.serinity.forumcontrol.model with parameters of type ThreadStatusModifierConstructorDescriptionThread(long categoryId, String userId, String title, String content, ThreadType type, ThreadStatus status, boolean isPinned) -
Uses of ThreadStatus in com.serinity.forumcontrol.service
Methods in com.serinity.forumcontrol.service with parameters of type ThreadStatusModifier and TypeMethodDescriptionvoidServiceThread.updateStatus(long threadId, ThreadStatus status)