Class ChangesRequestBase
java.lang.Object
com.amilesend.tmdb.client.model.type.ChangesRequestBase
- All Implemented Interfaces:
QueryParameterBasedRequest
- Direct Known Subclasses:
GetChangesRequest,GetChangesRequest,GetChangesRequest,GetChangesRequest,GetMovieChangesRequest,GetPersonChangesRequest,GetTvChangesRequest
Defines the request to retrieve a list of changes for the optionally specified date range and page number.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classChangesRequestBase.ChangesRequestBaseBuilder<C extends ChangesRequestBase,B extends ChangesRequestBase.ChangesRequestBaseBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe end date (optional).getPage()The page number if the amount of pages exceeds 1 (optional).The start date (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
-
getStartDate
The start date (optional). -
getEndDate
The end date (optional). -
getPage
The page number if the amount of pages exceeds 1 (optional). -
equals
-
hashCode
public int hashCode() -
toString
-