| Package | Description |
|---|---|
| de.SweetCode.SteamAPI.method |
| Modifier and Type | Method and Description |
|---|---|
SteamMethodVersion |
SteamMethodVersion.Builder.build()
Builds a new instance of
SteamMethodVersion with all added options. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SteamMethodVersion> |
SteamMethod.get(SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility)
Gives the
SteamMethodVersion belonging to the provided configuration of host and version. |
List<SteamMethodVersion> |
SteamMethod.getVersions()
Gives a list of all supported
method versions. |
| Constructor and Description |
|---|
SteamMethod(SteamInterface steamInterface,
String name,
List<SteamMethodVersion> versions)
A constructor to create a SteamMethod.
|
Copyright © 2017. All rights reserved.