Class PostResponse

java.lang.Object
com.amilesend.discogs.model.PostResponse

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