| Package | Description |
|---|---|
| de.SweetCode.SteamAPI | |
| de.SweetCode.SteamAPI.exceptions | |
| de.SweetCode.SteamAPI.method |
| Modifier and Type | Method and Description |
|---|---|
static SteamVisibility |
SteamVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamVisibility[] |
SteamVisibility.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 |
|---|---|
SteamVisibility |
SteamMethodVersion.getVisibility()
Gives the visibility of the method.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SteamVisibility> |
SteamMethod.getSupportedVisibilities()
Gives a set of all supported
visibilities. |
| 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(SteamVisibility visibility)
Checks if the method supports the visibility.
|
SteamMethodVersion.Builder |
SteamMethodVersion.Builder.visibility(SteamVisibility visibility)
The visibility of the method.
|
| Constructor and Description |
|---|
SteamMethodVersion(SteamHTTPMethod method,
List<SteamHost> hosts,
SteamVersion version,
SteamVisibility visibility)
Creates a new SteamMethodVersion instance.
|
Copyright © 2017. All rights reserved.