Uses of Enum
com.amilesend.discogs.model.type.ListingStatus
Packages that use ListingStatus
Package
Description
-
Uses of ListingStatus in com.amilesend.discogs.model.marketplace
Methods in com.amilesend.discogs.model.marketplace that return ListingStatusModifier and TypeMethodDescriptionCreateListingRequest.getStatus()The listing status (required).Methods in com.amilesend.discogs.model.marketplace with parameters of type ListingStatusModifier and TypeMethodDescriptionCreateListingRequest.CreateListingRequestBuilder.status(ListingStatus status) The listing status (required). -
Uses of ListingStatus in com.amilesend.discogs.model.marketplace.type
Methods in com.amilesend.discogs.model.marketplace.type that return ListingStatusMethods in com.amilesend.discogs.model.marketplace.type with parameters of type ListingStatusModifier and TypeMethodDescriptionListing.ListingBuilder.status(ListingStatus status) The listing status. -
Uses of ListingStatus in com.amilesend.discogs.model.type
Subclasses with type arguments of type ListingStatus in com.amilesend.discogs.model.typeMethods in com.amilesend.discogs.model.type that return ListingStatusModifier and TypeMethodDescriptionstatic ListingStatusGets theListingStatusenum reference from the given value.static ListingStatusReturns the enum constant of this type with the specified name.static ListingStatus[]ListingStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ListingStatus in com.amilesend.discogs.parse.adapter
Classes in com.amilesend.discogs.parse.adapter that implement interfaces with type arguments of type ListingStatusModifier and TypeClassDescriptionclassGSON adapter to format and serializesListingStatusobjects.classGSON adapter to format and serializesListingStatusobjects.Methods in com.amilesend.discogs.parse.adapter that return ListingStatusModifier and TypeMethodDescriptionListingStatusAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in com.amilesend.discogs.parse.adapter with parameters of type ListingStatusModifier and TypeMethodDescriptioncom.google.gson.JsonElementListingStatusAdapter.serialize(ListingStatus listingStatus, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)