All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jakewharton.pingdom.PingdomEnumeration Maven / Gradle / Ivy

Go to download

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