Uses of Class
org.oxerr.seatgeek.client.model.request.CreateListingRequest
Package
Description
Client services.
Models for cached client.
Client implementations by ResCU.
-
Uses of CreateListingRequest in org.oxerr.seatgeek.client
Modifier and TypeMethodDescriptionvoid
ListingService.createListing
(String ticketId, CreateListingRequest r) -
Uses of CreateListingRequest in org.oxerr.seatgeek.client.cached.model
ModifierConstructorDescriptionCachedListing
(org.oxerr.ticket.inventory.support.cached.redisson.Status status, CreateListingRequest request) Deprecated.SeatGeekListing
(String id, CreateListingRequest request) -
Uses of CreateListingRequest in org.oxerr.seatgeek.client.cached.redisson.model
ModifierConstructorDescriptionCachedListing
(org.oxerr.ticket.inventory.support.cached.redisson.Status status, CreateListingRequest request) Deprecated.SeatGeekCachedListing
(org.oxerr.ticket.inventory.support.cached.redisson.Status status, CreateListingRequest request) -
Uses of CreateListingRequest in org.oxerr.seatgeek.client.model.response
-
Uses of CreateListingRequest in org.oxerr.seatgeek.client.rescu
Modifier and TypeMethodDescriptionListingResource.createListing
(String ticketId, CreateListingRequest r) void
ListingServiceImpl.createListing
(String ticketId, CreateListingRequest r) -
Uses of CreateListingRequest in org.oxerr.seatgeek.model.request
Modifier and TypeClassDescriptionclass
Deprecated.Use org.oxerr.seatgeek.client.model.request.CreateListingRequest instead.