Class ExportItem

java.lang.Object
com.amilesend.discogs.model.inventory.type.ExportItem
Direct Known Subclasses:
GetExportResponse

public class ExportItem extends Object
Describes an export from a user's inventory.
  • Method Details

    • equals

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

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

      public static ExportItem.ExportItemBuilder<?,?> builder()
    • getStatus

      public String getStatus()
      The export status.
    • getCreatedTs

      public LocalDateTime getCreatedTs()
      The export request timestamp.
    • getUrl

      public String getUrl()
      The API URL.
    • getFinishedTs

      public LocalDateTime getFinishedTs()
      The time of completion timestamp.
    • getDownloadUrl

      public String getDownloadUrl()
      The URL to download the inventory export.
    • getFilename

      public String getFilename()
      The filename of the export.
    • getId

      public Long getId()
      The export identifier.
    • toString

      public String toString()
      Overrides:
      toString in class Object