Uses of Class
org.oxerr.viagogo.model.response.inventory.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
Modifier and TypeMethodDescriptionstatic boolean
Listings.isSame
(SellerListing l, CreateSellerListingRequest r) -
Uses of SellerListing in org.oxerr.viagogo.client.inventory
Modifier and TypeMethodDescriptionSellerListingService.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) Create a seller listing.SellerListingService.createListingForRequestedEvent
(CreateSellerListingForRequestedEventRequest createSellerListingForRequestedEventRequest) Create a seller listing for a requested event.Modifier 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
Modifier and TypeMethodDescriptionSellerListingServiceImpl.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingServiceImpl.createListingForRequestedEvent
(CreateSellerListingForRequestedEventRequest createSellerListingForRequestedEventRequest) Modifier 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
Modifier and TypeMethodDescriptionSellerListingResource.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingResource.createListingForRequestedEvent
(CreateSellerListingRequest createSellerListingRequest) SellerListingResource.getSellerListing
(Long listingId) SellerListingResource.getSellerListingByExternalId
(String externalListingId) Modifier 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