Uses of Class
org.apache.camel.component.wordpress.api.model.PostCommentStatus
-
Packages that use PostCommentStatus Package Description org.apache.camel.component.wordpress.api.model -
-
Uses of PostCommentStatus in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return PostCommentStatus Modifier and Type Method Description PostCommentStatusTextPublishable. getCommentStatus()static PostCommentStatusPostCommentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PostCommentStatus[]PostCommentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.wordpress.api.model with parameters of type PostCommentStatus Modifier and Type Method Description voidTextPublishable. setCommentStatus(PostCommentStatus commentStatus)
-