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 class
CreateListResponse.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:
equals
in classPostResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPostResponse
-
toString
- Overrides:
toString
in classPostResponse
-