-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Cloneable
,java.util.Map
public class TDSRichPresence extends HashMap<String, String>
-
-
Constructor Summary
Constructors Constructor Description TDSRichPresence(JSONObject jsonObject)
-
Method Summary
Modifier and Type Method Description void
put(TDSRichPresence richPresence)
static List<TDSRichPresence>
parseRichPresenceArray(JSONArray array)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TDSRichPresence
TDSRichPresence(JSONObject jsonObject)
-
-
Method Detail
-
put
void put(TDSRichPresence richPresence)
-
parseRichPresenceArray
static List<TDSRichPresence> parseRichPresenceArray(JSONArray array)
-
-
-
-