Class GetPopularPersonsRequest
java.lang.Object
com.amilesend.tmdb.client.model.people.lists.GetPopularPersonsRequest
- All Implemented Interfaces:
QueryParameterBasedRequest
Request to fetch a list of popular persons.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe IETF BCP 47 language tag (defaults to "en-US") (optional).getPage()The page for the anticipated paginated response (defaults to 1) (optional).inthashCode()okhttp3.HttpUrl.BuilderpopulateQueryParameters(okhttp3.HttpUrl.Builder urlBuilder) Helper method to populate query parameters of aHttpUrl.Builder.toString()
-
Method Details
-
populateQueryParameters
public okhttp3.HttpUrl.Builder populateQueryParameters( okhttp3.HttpUrl.Builder urlBuilder) Description copied from interface:QueryParameterBasedRequestHelper method to populate query parameters of aHttpUrl.Builder.- Specified by:
populateQueryParametersin interfaceQueryParameterBasedRequest- Parameters:
urlBuilder- the HttpUrl.Builder instance- Returns:
- the HttpUrl.Builder instance
-
builder
-
getLanguage
The IETF BCP 47 language tag (defaults to "en-US") (optional). -
getPage
The page for the anticipated paginated response (defaults to 1) (optional). -
equals
-
hashCode
-
toString
-