Class CreateListResponse
java.lang.Object
com.amilesend.tmdb.client.model.PostResponse
com.amilesend.tmdb.client.model.list.CreateListResponse
The response when creating a new list.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreateListResponse.CreateListResponseBuilder<C extends CreateListResponse, B extends CreateListResponse.CreateListResponseBuilder<C,B>> Nested classes/interfaces inherited from class PostResponse
PostResponse.PostResponseBuilder<C,B> -
Method Summary
Methods inherited from class PostResponse
getStatusCode, getStatusMessage
-
Method Details
-
builder
-
getSuccess
Success status indicator. -
getListId
The list identifier. -
equals
- Overrides:
equalsin classPostResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classPostResponse
-
toString
- Overrides:
toStringin classPostResponse
-