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> Modifier and TypeClassDescriptionstatic classPostResponse.PostResponseBuilder<C extends PostResponse, B extends PostResponse.PostResponseBuilder<C,B>> -
Method Summary
Methods inherited from class PostResponse
getStatusCode, getStatusMessageModifier and TypeMethodDescriptionThe HTTP status code associated with the request.The status message associated with the request.
-
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
-