Uses of Class
consulting.pigott.wordpress.model.PingStatus
-
Packages that use PingStatus Package Description consulting.pigott.wordpress.model -
-
Uses of PingStatus in consulting.pigott.wordpress.model
Methods in consulting.pigott.wordpress.model that return PingStatus Modifier and Type Method Description PingStatusPingStatusDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)static PingStatusPingStatus. fromString(java.lang.String displayVal)static PingStatusPingStatus. valueOf(java.lang.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.
-