| Package | Description |
|---|---|
| com.omertron.themoviedbapi.tools |
| Modifier and Type | Method and Description |
|---|---|
static Param |
Param.fromString(String value)
Convert a string into an Enum type
|
static Param |
Param.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Param[] |
Param.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Param,String>> |
TmdbParameters.getEntries()
Get the entry set of the parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
TmdbParameters.add(Param key,
Boolean value)
Add a boolean parameter to the collection
|
void |
TmdbParameters.add(Param key,
Float value)
Add a float parameter to the collection
|
void |
TmdbParameters.add(Param key,
Integer value)
Add an integer parameter to the collection
|
void |
TmdbParameters.add(Param key,
String value)
Add a string parameter to the collection
|
void |
TmdbParameters.add(Param key,
String[] value)
Add an array parameter to the collection
|
Object |
TmdbParameters.get(Param key)
Get a parameter from the collection
|
boolean |
TmdbParameters.has(Param key)
Check to see if the collection has a certain parameter
|
void |
TmdbParameters.remove(Param key)
Remove a parameter from the collection
|
Copyright © 2012–2017. All rights reserved.