Class SearchCollectionsResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<CollectionSearchResult>
com.amilesend.tmdb.client.model.search.SearchCollectionsResponse
The response containing the paginated list of collections.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
SearchCollectionsResponse.SearchCollectionsResponseBuilder<C extends SearchCollectionsResponse, B extends SearchCollectionsResponse.SearchCollectionsResponseBuilder<C,
B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,
C, B> -
Method Summary
Methods inherited from class PaginatedResponseBase
getPage, getResults, getTotalPages, getTotalResults
-
Method Details
-
builder
-
equals
- Overrides:
equals
in classPaginatedResponseBase<CollectionSearchResult>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPaginatedResponseBase<CollectionSearchResult>
-
toString
- Overrides:
toString
in classPaginatedResponseBase<CollectionSearchResult>
-