Uses of Enum
com.amilesend.discogs.model.marketplace.type.SleeveCondition
Packages that use SleeveCondition
Package
Description
-
Uses of SleeveCondition in com.amilesend.discogs.csv.type
Methods in com.amilesend.discogs.csv.type that return SleeveConditionModifier and TypeMethodDescriptionInventoryRecord.getSleeveCondition()The sleeve condition (optional).Methods in com.amilesend.discogs.csv.type with parameters of type SleeveConditionModifier and TypeMethodDescriptionInventoryRecord.InventoryRecordBuilder.sleeveCondition(SleeveCondition sleeveCondition) The sleeve condition (optional). -
Uses of SleeveCondition in com.amilesend.discogs.model.marketplace
Methods in com.amilesend.discogs.model.marketplace that return SleeveConditionModifier and TypeMethodDescriptionCreateListingRequest.getSleeveCondition()The sleeve condition of the listing item (optional).Methods in com.amilesend.discogs.model.marketplace with parameters of type SleeveConditionModifier and TypeMethodDescriptionCreateListingRequest.CreateListingRequestBuilder.sleeveCondition(SleeveCondition sleeveCondition) The sleeve condition of the listing item (optional). -
Uses of SleeveCondition in com.amilesend.discogs.model.marketplace.type
Subclasses with type arguments of type SleeveCondition in com.amilesend.discogs.model.marketplace.typeMethods in com.amilesend.discogs.model.marketplace.type that return SleeveConditionModifier and TypeMethodDescriptionstatic SleeveConditionGets theSleeveConditionenum from the given value.Listing.getSleeveCondition()Describes the packaging condition.static SleeveConditionReturns the enum constant of this type with the specified name.static SleeveCondition[]SleeveCondition.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 SleeveConditionModifier and TypeMethodDescriptionListing.ListingBuilder.sleeveCondition(SleeveCondition sleeveCondition) Describes the packaging condition. -
Uses of SleeveCondition in com.amilesend.discogs.parse.adapter
Classes in com.amilesend.discogs.parse.adapter that implement interfaces with type arguments of type SleeveConditionModifier and TypeClassDescriptionclassGSON adapter to format and serializesSleeveConditionobjects.classGSON adapter to format and serializesSleeveConditionobjects.Methods in com.amilesend.discogs.parse.adapter that return SleeveConditionModifier and TypeMethodDescriptionSleeveConditionAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in com.amilesend.discogs.parse.adapter with parameters of type SleeveConditionModifier and TypeMethodDescriptioncom.google.gson.JsonElementSleeveConditionAdapter.serialize(SleeveCondition condition, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)