Package com.github.alex1304.jdash.client
Class GDTimelyRequest
- java.lang.Object
-
- com.github.alex1304.jdash.client.GDTimelyRequest
-
public class GDTimelyRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description GDTimelyRequest(com.github.alex1304.jdash.client.AbstractGDClient client, GDTimelyLevel.TimelyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cacheable()
boolean
equals(Object obj)
Map<String,String>
getParams()
String
getPath()
int
hashCode()
E
parseResponse(String response)
-
-
-
Constructor Detail
-
GDTimelyRequest
public GDTimelyRequest(com.github.alex1304.jdash.client.AbstractGDClient client, GDTimelyLevel.TimelyType type)
-
-
Method Detail
-
getPath
public String getPath()
-
parseResponse
public E parseResponse(String response) throws GDClientException
- Throws:
GDClientException
-
cacheable
public boolean cacheable()
-
-