Uses of Class
org.oxerr.viagogo.client.rescu.resource.ViagogoException
Package
Description
-
Uses of ViagogoException in org.oxerr.viagogo.client.rescu.resource.catalog
Modifier and TypeMethodDescriptionEventResource.getEventByExternalEventId
(String platform, Long externalEventId) EventResource.getEvents
(Integer page, Integer pageSize, Instant updatedSince, String sort, Long minResourceVersion, String countryCode, Double latitude, Double longitude, Integer maxDistanceInmeters, Integer genreId) -
Uses of ViagogoException in org.oxerr.viagogo.client.rescu.resource.inventory
Modifier and TypeMethodDescriptionSellerListingResource.createListing
(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingResource.createListingForRequestedEvent
(CreateSellerListingRequest createSellerListingRequest) SellerEventResource.createSellerEvent
(CreateSellerEventRequest r) Creates seller event.void
SellerListingResource.deleteListingByExternalListingId
(String externalId) SellerEventResource.getSellerEvents
(Integer page, Integer pageSize, Instant updatedSince, String sort) SellerListingResource.getSellerListing
(Long listingId) SellerListingResource.getSellerListingByExternalId
(String externalListingId) 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 ViagogoException in org.oxerr.viagogo.client.rescu.resource.sale
-
Uses of ViagogoException in org.oxerr.viagogo.client.rescu.resource.webhook
Modifier and TypeMethodDescriptionWebhookResource.createWebhook
(Webhook webhook) void
WebhookResource.deleteWebhook
(Integer webhookId) WebhookResource.getWebhook
(Integer webhookId) WebhookResource.getWebhooks
(Integer page, Integer pageSize, String sort) void
WebhookResource.updateWebhook
(Integer webhookId, Webhook webhook)