Uses of Class
org.oxerr.vividseats.client.model.BrokerListing
Packages that use BrokerListing
-
Uses of BrokerListing in org.oxerr.vividseats.client
Methods in org.oxerr.vividseats.client that return BrokerListingMethods in org.oxerr.vividseats.client 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 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
Methods in org.oxerr.vividseats.client.rescu.impl that return BrokerListingMethods in org.oxerr.vividseats.client.rescu.impl 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 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
Methods in org.oxerr.vividseats.client.rescu.resource that return BrokerListingMethods in org.oxerr.vividseats.client.rescu.resource that return types with arguments of type BrokerListingMethods in org.oxerr.vividseats.client.rescu.resource 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 with type arguments of type BrokerListingModifier and TypeMethodDescriptionvoid
ListingsResponse.setListings
(List<BrokerListing> listings)