Uses of Class
com.amilesend.tvdb.client.model.InlineResponse20035
Packages that use InlineResponse20035
-
Uses of InlineResponse20035 in com.amilesend.tvdb.client.api
Methods in com.amilesend.tvdb.client.api that return InlineResponse20035Modifier and TypeMethodDescriptionPeopleApi.getAllPeople
(BigDecimal page) Returns a list of people base records with the basic attributes.Methods in com.amilesend.tvdb.client.api that return types with arguments of type InlineResponse20035Modifier and TypeMethodDescriptionPeopleApi.getAllPeopleWithHttpInfo
(BigDecimal page) Returns a list of people base records with the basic attributes.Method parameters in com.amilesend.tvdb.client.api with type arguments of type InlineResponse20035Modifier and TypeMethodDescriptionokhttp3.Call
PeopleApi.getAllPeopleAsync
(BigDecimal page, ApiCallback<InlineResponse20035> callback) (asynchronously) Returns a list of people base records with the basic attributes. -
Uses of InlineResponse20035 in com.amilesend.tvdb.client.model
Methods in com.amilesend.tvdb.client.model that return InlineResponse20035Modifier and TypeMethodDescriptionInlineResponse20035.addDataItem
(PeopleBaseRecord dataItem) InlineResponse20035.data
(List<PeopleBaseRecord> data)