Uses of Class
org.oxerr.vividseats.client.model.inventory.BrokerListing
Packages that use BrokerListing
Package
Description
Inventory service with cache.
Cached inventory service using Redisson.
Inventory API.
Inventory API implementation.
Inventory resources.
-
Uses of BrokerListing in org.oxerr.vividseats.client.cached.inventory
Constructors in org.oxerr.vividseats.client.cached.inventory with parameters of type BrokerListingModifierConstructorDescriptionVividSeatsListing
(String id, Integer vividSeatsEventId, BrokerListing request) -
Uses of BrokerListing in org.oxerr.vividseats.client.cached.redisson.inventory
Constructors in org.oxerr.vividseats.client.cached.redisson.inventory with parameters of type BrokerListingModifierConstructorDescriptionVividSeatsCachedListing
(VividSeatsCachedEvent event, BrokerListing request, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Uses of BrokerListing in org.oxerr.vividseats.client.inventory
Methods in org.oxerr.vividseats.client.inventory that return BrokerListingMethods in org.oxerr.vividseats.client.inventory that return types with arguments of type BrokerListingModifier and TypeMethodDescriptionListingService.get
(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) Methods in org.oxerr.vividseats.client.inventory with parameters of type BrokerListingModifier and TypeMethodDescriptionListingService.create
(BrokerListing brokerListing) void
ListingService.update
(BrokerListing brokerListing) -
Uses of BrokerListing in org.oxerr.vividseats.client.rescu.impl.inventory
Methods in org.oxerr.vividseats.client.rescu.impl.inventory that return BrokerListingMethods in org.oxerr.vividseats.client.rescu.impl.inventory that return types with arguments of type BrokerListingModifier and TypeMethodDescriptionListingServiceImpl.get
(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) Methods in org.oxerr.vividseats.client.rescu.impl.inventory with parameters of type BrokerListingModifier and TypeMethodDescriptionListingServiceImpl.create
(BrokerListing brokerListing) void
ListingServiceImpl.update
(BrokerListing brokerListing) -
Uses of BrokerListing in org.oxerr.vividseats.client.rescu.resource.inventory
Methods in org.oxerr.vividseats.client.rescu.resource.inventory that return BrokerListingMethods in org.oxerr.vividseats.client.rescu.resource.inventory that return types with arguments of type BrokerListingMethods in org.oxerr.vividseats.client.rescu.resource.inventory with parameters of type BrokerListingModifier and TypeMethodDescriptionListingResource.create
(BrokerListing brokerListing) Creates a listing.void
ListingResponse.setListing
(BrokerListing listing) ListingResource.update
(BrokerListing brokerListing) Updates a listing.Method parameters in org.oxerr.vividseats.client.rescu.resource.inventory with type arguments of type BrokerListingModifier and TypeMethodDescriptionvoid
ListingsResponse.setListings
(List<BrokerListing> listings)