Package com.github.m0nk3y2k4.thetvdb.api
Interface QueryParameters.Parameter
-
- Enclosing interface:
- QueryParameters
public static interface QueryParameters.Parameter
Interface representing a single, individual key/value parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
Returns the key of the parameterString
getValue()
Returns the value of the parameter
-