public abstract class SteamWebApiRequest extends AbstractWebApiRequest
Constructor and Description |
---|
SteamWebApiRequest(String apiInterface,
String apiMethod,
int apiVersion)
Constructor for SteamWebApiRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
getSteamApiInterface()
Getter for the field
steamApiInterface . |
String |
getSteamApiMethod()
Getter for the field
steamApiMethod . |
void |
setSteamApiInterface(String steamApiInterface)
Setter for the field
steamApiInterface . |
void |
setSteamApiMethod(String steamApiMethod)
Setter for the field
steamApiMethod . |
apiVersion, apiVersion, baseUrlFormat, baseUrlFormat, getMessage, hasProperty, property, property, resolveBaseUrl, resolveProperties, urlParam
baseUrl, build, encode, encode, header, method, request, urlParam
buildToString, equals, hashCode, id, toString
public String getSteamApiInterface()
Getter for the field steamApiInterface
.
String
objectpublic void setSteamApiInterface(String steamApiInterface)
Setter for the field steamApiInterface
.
steamApiInterface
- a String
objectpublic String getSteamApiMethod()
Getter for the field steamApiMethod
.
String
objectCopyright © 2016–2024. All rights reserved.