![JAR search and dependency download from the Maven repository](/logo.png)
com.jakewharton.pingdom.PingdomEnumeration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pingdom-java Show documentation
Show all versions of pingdom-java Show documentation
A Java wrapper around the Pingdom RESTful API and a simple DSL for easy interaction.
The newest version!
package com.jakewharton.pingdom;
/**
* Interface which allows for central unification of the type heirarchy of
* all Pingdom-specific enumerations.
*
* All implementing enumerations should override {@link Object#toString()}
* in order to provide a string representation of their type.
*
* @author Jake Wharton
*/
public interface PingdomEnumeration {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy