Uses of Enum
com.amilesend.discogs.model.marketplace.type.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in com.amilesend.discogs.csv.type
Methods in com.amilesend.discogs.csv.type that return ConditionModifier and TypeMethodDescriptionInventoryRecord.getMediaCondition()The media condition (required).Methods in com.amilesend.discogs.csv.type with parameters of type ConditionModifier and TypeMethodDescriptionInventoryRecord.InventoryRecordBuilder.mediaCondition(Condition mediaCondition) The media condition (required). -
Uses of Condition in com.amilesend.discogs.model.marketplace
Methods in com.amilesend.discogs.model.marketplace that return ConditionModifier and TypeMethodDescriptionCreateListingRequest.getCondition()The condition of the listing item (required).Methods in com.amilesend.discogs.model.marketplace that return types with arguments of type ConditionMethods in com.amilesend.discogs.model.marketplace with parameters of type ConditionModifier and TypeMethodDescriptionThe condition of the listing item (required).Method parameters in com.amilesend.discogs.model.marketplace with type arguments of type ConditionModifier and TypeMethodDescriptionGetPriceSuggestionsResponse.GetPriceSuggestionsResponseBuilder.priceSuggestions(Map<Condition, Price> priceSuggestions) -
Uses of Condition in com.amilesend.discogs.model.marketplace.type
Subclasses with type arguments of type Condition in com.amilesend.discogs.model.marketplace.typeMethods in com.amilesend.discogs.model.marketplace.type that return ConditionModifier and TypeMethodDescriptionstatic ConditionGets theConditionenum from the given value.Listing.getCondition()The condition.static ConditionReturns the enum constant of this type with the specified name.static Condition[]Condition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.marketplace.type with parameters of type Condition -
Uses of Condition in com.amilesend.discogs.parse.adapter
Classes in com.amilesend.discogs.parse.adapter that implement interfaces with type arguments of type ConditionModifier and TypeClassDescriptionclassGSON adapter to format and serializesConditionobjects.classGSON adapter to format and serializesConditionobjects.Methods in com.amilesend.discogs.parse.adapter that return ConditionModifier and TypeMethodDescriptionConditionAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in com.amilesend.discogs.parse.adapter with parameters of type Condition