| Package | Description |
|---|---|
| de.SweetCode.SteamAPI.method.option |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionTypes
Steam Web API
SteaMethods need to provide options (or parameters)
when called, and these options have types. |
| Modifier and Type | Method and Description |
|---|---|
OptionType |
Option.getOptionType()
The type of the option.
|
| Modifier and Type | Method and Description |
|---|---|
Option.Builder |
Option.Builder.optionType(OptionType optionType)
Sets the key of the option.
|
| Constructor and Description |
|---|
Option(String key,
List<String> dependencies,
String description,
OptionType optionType,
boolean required,
boolean partnerRequired)
Constructor to create an option with dependencies.
|
Option(String key,
String description,
OptionType optionType,
boolean required,
boolean partnerRequired)
Constructor to create an option without dependencies.
|
Copyright © 2017. All rights reserved.