Class SellerEventServiceImpl

java.lang.Object
org.oxerr.viagogo.client.rescu.impl.inventory.SellerEventServiceImpl
All Implemented Interfaces:
org.oxerr.viagogo.client.inventory.SellerEventService

public class SellerEventServiceImpl extends Object implements org.oxerr.viagogo.client.inventory.SellerEventService
  • Constructor Details

    • SellerEventServiceImpl

      public SellerEventServiceImpl(SellerEventResource sellerEventResource)
  • Method Details

    • getSellerEvents

      public org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.inventory.SellerEvent> getSellerEvents(org.oxerr.viagogo.model.request.inventory.SellerEventRequest sellerEventRequest) throws IOException
      Specified by:
      getSellerEvents in interface org.oxerr.viagogo.client.inventory.SellerEventService
      Throws:
      IOException
    • createSellerEvent

      public org.oxerr.viagogo.model.response.inventory.SellerEvent createSellerEvent(org.oxerr.viagogo.model.request.inventory.CreateSellerEventRequest createSellerEventRequest) throws IOException
      Specified by:
      createSellerEvent in interface org.oxerr.viagogo.client.inventory.SellerEventService
      Throws:
      IOException