Uses of Class
org.oxerr.viagogo.model.response.inventory.SellerListing
Packages that use SellerListing
Package
Description
Cached inventory service using Redisson.
Topics for viagogo Webhooks API (2.249.0.0).
-
Uses of SellerListing in org.oxerr.viagogo.client.cached.redisson.inventory
Methods in org.oxerr.viagogo.client.cached.redisson.inventory with parameters of type SellerListingModifier and TypeMethodDescriptionstatic boolean
Listings.isSame
(SellerListing l, CreateSellerListingRequest r) -
Uses of SellerListing in org.oxerr.viagogo.client.inventory
Methods in org.oxerr.viagogo.client.inventory that return SellerListingModifier and TypeMethodDescriptionSellerListingService.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) Create a seller listing.SellerListingService.createListingForRequestedEvent
(CreateSellerListingForRequestedEventRequest createSellerListingForRequestedEventRequest) Create a seller listing for a requested event.Methods in org.oxerr.viagogo.client.inventory that return types with arguments of type SellerListingModifier and TypeMethodDescriptiondefault List<SellerListing>
SellerListingService.getAllSellerListings
(Long eventId) List all seller listings of the specified event ID.default List<SellerListing>
SellerListingService.getAllSellerListings
(SellerListingRequest sellerListingRequest) List all seller listings.SellerListingService.getSellerListing
(Long listingId) Get a seller listingSellerListingService.getSellerListingByExternalId
(String externalListingId) Get a seller listing by external ID.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 SellerListing in org.oxerr.viagogo.client.rescu.impl.inventory
Methods in org.oxerr.viagogo.client.rescu.impl.inventory that return SellerListingModifier and TypeMethodDescriptionSellerListingServiceImpl.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingServiceImpl.createListingForRequestedEvent
(CreateSellerListingForRequestedEventRequest createSellerListingForRequestedEventRequest) Methods in org.oxerr.viagogo.client.rescu.impl.inventory that return types with arguments of type SellerListingModifier and TypeMethodDescriptionSellerListingServiceImpl.getSellerListing
(Long listingId) SellerListingServiceImpl.getSellerListingByExternalId
(String externalListingId) SellerListingServiceImpl.getSellerListings
(SellerListingRequest sellerListingRequest) SellerListingServiceImpl.getSellerListingsRecentUpdates
(Instant updatedSince) -
Uses of SellerListing in org.oxerr.viagogo.client.rescu.resource.inventory
Methods in org.oxerr.viagogo.client.rescu.resource.inventory that return SellerListingModifier and TypeMethodDescriptionSellerListingResource.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingResource.createListingForRequestedEvent
(CreateSellerListingRequest createSellerListingRequest) SellerListingResource.getSellerListing
(Long listingId) SellerListingResource.getSellerListingByExternalId
(String externalListingId) Methods in org.oxerr.viagogo.client.rescu.resource.inventory that return types with arguments of type SellerListingModifier and TypeMethodDescriptionSellerListingResource.getSellerListings
(Long eventId, String requestedEventId, Integer page, Integer pageSize, Instant updatedSince, String sort) SellerListingResource.getSellerListingsRecentUpdates
(Instant updatedSince) List seller listings (recent updates) -
Uses of SellerListing in org.oxerr.viagogo.model.topic
Methods in org.oxerr.viagogo.model.topic that return SellerListingMethods in org.oxerr.viagogo.model.topic with parameters of type SellerListing