Package org.maproulette.client.model
Class Challenge
- java.lang.Object
-
- org.maproulette.client.model.Challenge
-
- All Implemented Interfaces:
java.io.Serializable,IMapRouletteObject
public class Challenge extends java.lang.Object implements IMapRouletteObject, java.io.Serializable
An Java object representing a MapRoulette Challenge object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Challenge()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChallengefromJson(java.lang.String json)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.maproulette.client.model.IMapRouletteObject
getId, getName, getParent
-
-
-
-
Method Detail
-
fromJson
public static Challenge fromJson(java.lang.String json) throws MapRouletteException
- Throws:
MapRouletteException
-
-