Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.QueryParameters.Parameter
-
Packages that use QueryParameters.Parameter Package Description com.github.m0nk3y2k4.thetvdb.api Defines the public sources of this APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public API -
-
Uses of QueryParameters.Parameter in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type QueryParameters.Parameter Modifier and Type Method Description Stream<QueryParameters.Parameter>
QueryParameters. stream()
Returns a Stream of individual query parameters held by this class. -
Uses of QueryParameters.Parameter in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return types with arguments of type QueryParameters.Parameter Modifier and Type Method Description Iterator<QueryParameters.Parameter>
QueryParametersImpl. iterator()
Stream<QueryParameters.Parameter>
QueryParametersImpl. stream()
-