Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
net.rithms.riot.api.request |
This package contains the classes and interfaces that are used to send requests to the Riot Api and parse the responses.
|
Modifier and Type | Method and Description |
---|---|
RequestMethod |
ApiMethod.getHttpMethod() |
Modifier and Type | Method and Description |
---|---|
static RequestMethod |
RequestMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|