Uses of Enum
com.amilesend.discogs.model.database.type.SearchType
Packages that use SearchType
Package
Description
-
Uses of SearchType in com.amilesend.discogs.model.database
Methods in com.amilesend.discogs.model.database that return SearchTypeMethods in com.amilesend.discogs.model.database with parameters of type SearchTypeModifier and TypeMethodDescriptionSearchRequest.SearchRequestBuilder.type(SearchType type) The resource type (optional). -
Uses of SearchType in com.amilesend.discogs.model.database.type
Subclasses with type arguments of type SearchType in com.amilesend.discogs.model.database.typeMethods in com.amilesend.discogs.model.database.type that return SearchTypeModifier and TypeMethodDescriptionstatic SearchTypeGets theSearchTypeenum reference from the given value.SearchResult.getType()The search type.static SearchTypeReturns the enum constant of this type with the specified name.static SearchType[]SearchType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.database.type with parameters of type SearchTypeModifier and TypeMethodDescriptionSearchResult.SearchResultBuilder.type(SearchType type) The search type. -
Uses of SearchType in com.amilesend.discogs.parse.adapter
Classes in com.amilesend.discogs.parse.adapter that implement interfaces with type arguments of type SearchTypeModifier and TypeClassDescriptionclassGSON adapter to format and serializesSearchTypeobjects.classGSON adapter to format and serializesSearchTypeobjects.Methods in com.amilesend.discogs.parse.adapter that return SearchTypeModifier and TypeMethodDescriptionSearchTypeAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in com.amilesend.discogs.parse.adapter with parameters of type SearchTypeModifier and TypeMethodDescriptioncom.google.gson.JsonElementSearchTypeAdapter.serialize(SearchType searchType, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)