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