Class CachedListing
java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateListingRequest>
org.oxerr.seatgeek.client.cached.redisson.model.SeatGeekCachedListing
org.oxerr.seatgeek.client.cached.redisson.model.CachedListing
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.CachedListing
(org.oxerr.ticket.inventory.support.cached.redisson.Status status, CreateListingRequest request) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic CachedListing
listed
(SeatGeekListing listing) Deprecated.static CachedListing
pending
(SeatGeekListing listing) Deprecated.static boolean
shouldCreate
(SeatGeekListing listing, CachedListing cachedListing) Deprecated.Methods inherited from class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing
equals, getRequest, getStatus, hashCode, setRequest, setStatus
-
Constructor Details
-
CachedListing
public CachedListing()Deprecated. -
CachedListing
public CachedListing(org.oxerr.ticket.inventory.support.cached.redisson.Status status, CreateListingRequest request) Deprecated.
-
-
Method Details
-
pending
Deprecated. -
listed
Deprecated. -
shouldCreate
public static boolean shouldCreate(@Nonnull SeatGeekListing listing, @Nullable CachedListing cachedListing) Deprecated.
-
SeatGeekCachedListing
instead.