Uses of Class
org.apache.camel.component.wordpress.api.model.PingStatus
-
Packages that use PingStatus Package Description org.apache.camel.component.wordpress.api.model -
-
Uses of PingStatus in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return PingStatus Modifier and Type Method Description PingStatusTextPublishable. getPingStatus()static PingStatusPingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PingStatus[]PingStatus. 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 PingStatus Modifier and Type Method Description voidTextPublishable. setPingStatus(PingStatus pingStatus)
-