Uses of Enum
com.amilesend.discogs.connection.auth.info.DiscogsAuthInfo.Type
Packages that use DiscogsAuthInfo.Type
-
Uses of DiscogsAuthInfo.Type in com.amilesend.discogs.connection.auth.info
Subclasses with type arguments of type DiscogsAuthInfo.Type in com.amilesend.discogs.connection.auth.infoModifier and TypeClassDescriptionstatic enumDefines the supported authorization types.Methods in com.amilesend.discogs.connection.auth.info that return DiscogsAuthInfo.TypeModifier and TypeMethodDescriptionDiscogsAuthInfo.getType()Gets theAuthInfotype.KeySecretAuthInfo.getType()Consumer key/secret type.OAuthInfo.getType()TokenAuthInfo.getType()The auth info type.static DiscogsAuthInfo.TypeReturns the enum constant of this type with the specified name.static DiscogsAuthInfo.Type[]DiscogsAuthInfo.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.