Uses of Class
org.oxerr.seatgeek.client.model.request.CreateListingRequest
Packages that use CreateListingRequest
Package
Description
Client services.
Models for cached client.
Client implementations by ResCU.
-
Uses of CreateListingRequest in org.oxerr.seatgeek.client
Methods in org.oxerr.seatgeek.client with parameters of type CreateListingRequestModifier and TypeMethodDescriptionvoid
ListingService.createListing
(String ticketId, CreateListingRequest r) -
Uses of CreateListingRequest in org.oxerr.seatgeek.client.cached.model
Constructors in org.oxerr.seatgeek.client.cached.model with parameters of type CreateListingRequestModifierConstructorDescriptionCachedListing
(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
Constructors in org.oxerr.seatgeek.client.cached.redisson.model with parameters of type CreateListingRequestModifierConstructorDescriptionCachedListing
(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
Subclasses of CreateListingRequest in org.oxerr.seatgeek.client.model.response -
Uses of CreateListingRequest in org.oxerr.seatgeek.client.rescu
Methods in org.oxerr.seatgeek.client.rescu with parameters of type CreateListingRequestModifier and TypeMethodDescriptionListingResource.createListing
(String ticketId, CreateListingRequest r) void
ListingServiceImpl.createListing
(String ticketId, CreateListingRequest r) -
Uses of CreateListingRequest in org.oxerr.seatgeek.model.request
Subclasses of CreateListingRequest in org.oxerr.seatgeek.model.requestModifier and TypeClassDescriptionclass
Deprecated.Use org.oxerr.seatgeek.client.model.request.CreateListingRequest instead.