Uses of Class
org.oxerr.viagogo.model.response.PagedResource
-
Uses of PagedResource in org.oxerr.viagogo.client.catalog
Modifier and TypeMethodDescriptiondefault PagedResource<Event>
EventService.getEvents
(io.openapitools.jackson.dataformat.hal.HALLink link) EventService.getEvents
(EventRequest eventRequest) List events.default PagedResource<Event>
EventService.searchEvents
(io.openapitools.jackson.dataformat.hal.HALLink link) EventService.searchEvents
(SearchEventRequest searchEventRequest) Search events. -
Uses of PagedResource in org.oxerr.viagogo.client.inventory
Modifier and TypeMethodDescriptionSellerEventService.getSellerEvents
(SellerEventRequest sellerEventRequest) default PagedResource<SellerListing>
SellerListingService.getSellerListings
(io.openapitools.jackson.dataformat.hal.HALLink link) SellerListingService.getSellerListings
(SellerListingRequest sellerListingRequest) List seller listings.SellerListingService.getSellerListingsRecentUpdates
(Instant updatedSince) List seller listings (recent updates) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.impl.catalog
Modifier and TypeMethodDescriptionEventServiceImpl.getEvents
(EventRequest eventRequest) EventServiceImpl.searchEvents
(SearchEventRequest searchEventRequest) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.impl.inventory
Modifier and TypeMethodDescriptionSellerEventServiceImpl.getSellerEvents
(SellerEventRequest sellerEventRequest) SellerListingServiceImpl.getSellerListings
(SellerListingRequest sellerListingRequest) SellerListingServiceImpl.getSellerListingsRecentUpdates
(Instant updatedSince) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.impl.sale
Modifier and TypeMethodDescriptionSaleServiceImpl.getSales
(SaleRequest saleRequest) SaleServiceImpl.getSalesRecentUpdates
(Instant updatedSince) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.resource.catalog
Modifier and TypeMethodDescriptionEventResource.getEvents
(Integer page, Integer pageSize, Instant updatedSince, String sort, Long minResourceVersion, String countryCode, Double latitude, Double longitude, Integer maxDistanceInmeters, Integer genreId) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.resource.inventory
Modifier and TypeMethodDescriptionSellerEventResource.getSellerEvents
(Integer page, Integer pageSize, Instant updatedSince, String sort) SellerListingResource.getSellerListings
(Long eventId, String requestedEventId, Integer page, Integer pageSize, Instant updatedSince, String sort) SellerListingResource.getSellerListingsRecentUpdates
(Instant updatedSince) List seller listings (recent updates) -
Uses of PagedResource in org.oxerr.viagogo.client.rescu.resource.sale
-
Uses of PagedResource in org.oxerr.viagogo.client.sale
Modifier and TypeMethodDescriptionSaleService.getSales
(SaleRequest saleRequest) SaleService.getSalesRecentUpdates
(Instant updatedSince) -
Uses of PagedResource in org.oxerr.viagogo.model.response.webhook