Uses of Class
org.oxerr.viagogo.client.rescu.resource.ViagogoException
Packages that use ViagogoException
Package
Description
-
Uses of ViagogoException in org.oxerr.viagogo.client.rescu.resource.catalog
Methods in org.oxerr.viagogo.client.rescu.resource.catalog that throw ViagogoExceptionModifier 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
Methods in org.oxerr.viagogo.client.rescu.resource.inventory that throw ViagogoExceptionModifier and TypeMethodDescriptionSellerListingResource.createListing(Long eventId, CreateSellerListingRequest createSellerListingRequest) SellerListingResource.createListingForRequestedEvent(CreateSellerListingRequest createSellerListingRequest) SellerEventResource.createSellerEvent(CreateSellerEventRequest r) Creates seller event.voidSellerListingResource.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
Methods in org.oxerr.viagogo.client.rescu.resource.sale that throw ViagogoException -
Uses of ViagogoException in org.oxerr.viagogo.client.rescu.resource.webhook
Methods in org.oxerr.viagogo.client.rescu.resource.webhook that throw ViagogoExceptionModifier and TypeMethodDescriptionWebhookResource.createWebhook(Webhook webhook) voidWebhookResource.deleteWebhook(Integer webhookId) WebhookResource.getWebhook(Integer webhookId) WebhookResource.getWebhooks(Integer page, Integer pageSize, String sort) voidWebhookResource.updateWebhook(Integer webhookId, Webhook webhook)