Uses of Enum Class
dev.voidframework.restclient.retrofit.interceptor.ApiKeyAuthenticationInterceptor.AddTo
Packages that use ApiKeyAuthenticationInterceptor.AddTo
-
Uses of ApiKeyAuthenticationInterceptor.AddTo in dev.voidframework.restclient.retrofit.interceptor
Methods in dev.voidframework.restclient.retrofit.interceptor that return ApiKeyAuthenticationInterceptor.AddToModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ApiKeyAuthenticationInterceptor.AddTo.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.voidframework.restclient.retrofit.interceptor with parameters of type ApiKeyAuthenticationInterceptor.AddToModifierConstructorDescriptionApiKeyAuthenticationInterceptor(String key, String value, ApiKeyAuthenticationInterceptor.AddTo addTo) Build a new instance.