Class SaleServiceImpl

java.lang.Object
org.oxerr.viagogo.client.rescu.impl.sale.SaleServiceImpl
All Implemented Interfaces:
org.oxerr.viagogo.client.sale.SaleService

public class SaleServiceImpl extends Object implements org.oxerr.viagogo.client.sale.SaleService
  • Constructor Details

    • SaleServiceImpl

      public SaleServiceImpl(SaleResource saleResource)
  • Method Details

    • getSalesRecentUpdates

      public org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.sale.Sale> getSalesRecentUpdates(Instant updatedSince) throws IOException
      Specified by:
      getSalesRecentUpdates in interface org.oxerr.viagogo.client.sale.SaleService
      Throws:
      IOException
    • getSales

      public org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.sale.Sale> getSales(org.oxerr.viagogo.model.request.sale.SaleRequest saleRequest) throws IOException
      Specified by:
      getSales in interface org.oxerr.viagogo.client.sale.SaleService
      Throws:
      IOException
    • getSale

      public Optional<org.oxerr.viagogo.model.response.sale.Sale> getSale(Integer saleId) throws IOException
      Specified by:
      getSale in interface org.oxerr.viagogo.client.sale.SaleService
      Throws:
      IOException