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

javastrava.model.StravaEntity Maven / Gradle / Ivy

The newest version!
package javastrava.model;

import javastrava.model.reference.StravaResourceState;

/**
 * 

* Things that implement this are part of the Strava data model *

* * @author Dan Shannon * */ public interface StravaEntity { /** * @return Return the resource state of the entity */ public StravaResourceState getResourceState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy