Uses of Class
consulting.pigott.wordpress.model.CommentStatus
-
Packages that use CommentStatus Package Description consulting.pigott.wordpress.model -
-
Uses of CommentStatus in consulting.pigott.wordpress.model
Methods in consulting.pigott.wordpress.model that return CommentStatus Modifier and Type Method Description CommentStatusCommentStatusDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)static CommentStatusCommentStatus. fromString(java.lang.String displayVal)static CommentStatusCommentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommentStatus[]CommentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-