Class PostResponse

java.lang.Object
com.amilesend.tmdb.client.model.PostResponse
Direct Known Subclasses:
AddFavoriteResponse, AddMovieResponse, AddRatingResponse, AddRatingResponse, AddRatingResponse, AddWatchlistResponse, ClearListResponse, CreateListResponse, DeleteListResponse, DeleteRatingResponse, DeleteRatingResponse, DeleteRatingResponse, RemoveMovieResponse

public abstract class PostResponse extends Object
The response associated with post operations (i.e., AddFavorite and AddWatchlist).
  • Method Details

    • getStatusCode

      public Integer getStatusCode()
      The HTTP status code associated with the request.
    • getStatusMessage

      public String getStatusMessage()
      The status message associated with the request.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object