| Package | Description |
|---|---|
| de.SweetCode.SteamAPI | |
| de.SweetCode.SteamAPI.exceptions | |
| de.SweetCode.SteamAPI.method |
| Modifier and Type | Method and Description |
|---|---|
static SteamVersion |
SteamVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamVersion[] |
SteamVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SteamCombinationException(SteamMethod steamMethod,
SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
SteamVersion |
SteamMethodVersion.getVersion()
The version these options belong to.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SteamVersion> |
SteamMethod.getSupportedVersions()
Gives a set of all supported
versions. |
| Modifier and Type | Method and Description |
|---|---|
void |
SteamMethod.execute(SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility,
Input input,
SteamResponse callback,
boolean async)
Executes the method with the provided parameters.
|
Optional<SteamMethodVersion> |
SteamMethod.get(SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility)
Gives the
SteamMethodVersion belonging to the provided configuration of host and version. |
boolean |
SteamMethod.supports(SteamVersion version)
Checks if the method supports the version.
|
SteamMethodVersion.Builder |
SteamMethodVersion.Builder.version(SteamVersion version)
The version the SteamMethodVersion belong to.
|
| Constructor and Description |
|---|
SteamMethodVersion(SteamHTTPMethod method,
List<SteamHost> hosts,
SteamVersion version,
SteamVisibility visibility)
Creates a new SteamMethodVersion instance.
|
Copyright © 2017. All rights reserved.